{% extends "_layout.njk" %} {% block stylesheets %} {% endblock %} {% block scripts %} {% 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 -%} {%- else -%}
There are no files in the album.
{%- endif %}
{# Hide lazyload img tags and show noscript img tags #} {% endblock %}