{%- if theme %} {%- endif %}
{% if subdirectories %}
{%- for subdirectory in subdirectories %}
{{ subdirectory.name }}
{%- endfor %}
{%- endif %}
{% if images %}
{%- for imageblock in images %}
{%- for image in imageblock %}
{{ image.name }}
{{ image.name }}{% if image.tiff %} TIFF{% endif %}{% if image.raw %} RAW{% endif %}
{%- endfor %}
{%- endfor %}
{%- endif %} {% if license %} {%- if 'CC' in license.type %}
{%- if license.type == 'CC0 1.0' %} {{ license.project }} by {{ license.author }} is marked with CC0 1.0 {%- for pic in license.pics %} {%- endfor %} {%- else %} {{ license.project }} by {{ license.author }} is licensed under {{ license.type }} {%- for pic in license.pics %} {%- endfor %} {%- endif %}
{%- endif %} {%- endif %}