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