{{ settings.title }}
{% if settings.menu -%} {% include 'menu.html' %} {% endif -%}
{% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %}
{% include 'footer.html'%}