{% set title = album.name %} {% extends "_layout.njk" %} {% set fileRoot = config.domain %} {% set generateZips = config.uploads.generateZips %} {% set usingCdn = config.cloudflare and config.cloudflare.purgeCache %} {% block stylesheets %} {% endblock %} {% block scripts %} {% if not nojs -%} {% endif %} {% endblock %} {% block opengraph %} {% endblock %} {% block content %} {{ super() }}
{% if album.description -%}

{{ album.description | safe }}

{%- endif %}
{% if nojs -%}

You are viewing No-JS version of this album, so file size will be displayed in bytes.

Please click here if you want to view its regular version.

{%- endif %} {% if files.length -%} {%- else -%}
There are no files in the album.
{%- endif %}
{% if not nojs -%} {%- endif %} {% endblock %}