{% extends "_layout.njk" %} {% block stylesheets %} {% endblock %} {% block opengraph %} {% endblock %} {% block content %} {{ super() }}
{% if generateZips and downloadLink and files.length -%}
Album archives may be cached by CDN, if the one you downloaded seems outdated, you should try refreshing the page to get the latest version of the download link.
{%- endif %}
{% if files.length -%}
{% for file in files %}
{{ file.thumb | safe }}

{{ file.name }}

{{ file.size }}

{% endfor %}
{%- else -%}
There are no files in the album.
{%- endif %}
{% endblock %}