{% block head %}
{{ album.title }}
{% if settings.use_assets_cdn %}
{% endif %} {% endblock %}
{{ index_title }}
{% if settings.links %}
{% for title, link in settings.links %}
{{ title }}
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %} {% include 'analytics.html' %} {% include 'piwik.html' %}