{% for section in gallery.sections %} {% if section.type == 'panorama' %} {% set panorama = true %} {% elif section.type == 'audio'%} {% set audio = true %} {% endif %} {% endfor %} {% if panorama %} {% elif audio %} {% endif %} {% if gallery.description %} {% endif %} {% if gallery.lang %} {% endif %} {% if settings.settings.og %} {% include "opengraph.html" %} {% endif %} {{ gallery.title }} ยท {{ settings.title }} {% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %} {% if settings.share %} {% include "share.html" %} {% endif %}

{% if panorama %} {% elif audio %} {% endif %} {% include "footer.html" %}