{% block extra_head %}{% endblock extra_head %} {% include 'analytics.html' %}
{% include 'decrypt.html' %} {% include 'gtm.html' %}
{% if settings.site_logo %}
{% else %} {{ index_title }} {% endif %}
{% include 'links.html' %} {% include 'footer.html' %}
{% include 'breadcrumb.html' %} {% if album.breadcrumb %}
{% endif %}
{% block content %}{% endblock %} {% if album.description %}
{{ album.description }}
{% endif %}
{% block footer %}{% endblock %} {% include 'piwik.html' %}