{%- if theme %}
{%- endif %}
Home
{%- if parent %}
Parent Directory
{%- endif %}
{{ header }}
{%- if info -%}
{%- for infoline in info -%} {{ infoline }}
{%- endfor -%}
{%- endif -%}
{%- if license %}
License
{%- endif %}
{% if subdirectories %}
{%- for subdirectory in subdirectories %}
{{ subdirectory.name }}
{%- endfor %}
{%- endif %}
{% if images %}
{%- for imageblock in images %}
{%- for image in imageblock %}
{{ 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 %}
Made with
Static Gallery Website Builder
by
Flo Greistorfer
.
{%- endif %} {%- else %}
Made with
Static Gallery Website Builder
by
Flo Greistorfer
.
{%- endif %}