{%- if theme %} {%- endif %} {%- if images %} {%- endif %}
{% if subdirectories %}
{%- for subdirectory in subdirectories %}
{{ subdirectory.name }}
{%- endfor %}
{%- endif %}
{% if images %} {%- set ns = namespace(count = 0) -%}
{%- for imageblock in images %}
{%- for image in imageblock %}
{{ image.name }} {%- set ns.count = ns.count + 1 %}
{{ image.name }} {%- if image.tiff %} TIFF {%- endif %} {%- if image.raw %} RAW {%- endif %}
{%- endfor %}
{%- endfor %}
{%- endif %} {% if license %} {%- if 'CC' in license.type %} {%- endif %} {%- else %} {%- endif %} {% if images %} {%- endif %}