{% if settings.custom_css %}
{% endif %} {% if settings.rss -%}
{% endif -%}
{{ settings.title }} ยท {{ gallery.title }}
{% if settings.cover %} {% set image = Image(settings.cover) %} {{ image.copy() }}
{% else %}
{% endif %}
{{ settings.title }}
{% if settings.menu -%} {% include 'menu.html' %} {% endif -%}
{{ gallery.title }}
{% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %} {% include 'footer.html' %}