{% extends "_layout.njk" %} {% block stylesheets %} {% endblock %} {% block scripts %} {% if not nojs -%} {% endif %} {% endblock %} {% block opengraph %} {% endblock %} {% block content %} {{ super() }}
{% if description -%}

{{ 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 its regular version.

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