{% if settings.settings.light_mode %} {% set pathstatic = "." %} {% else %} {% set pathstatic = ".." %} {% endif %} {{ gallery.title }} ยท {{ settings.title }}
{% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %} {% if settings.share %} {% include "share.html" %} {% endif %}

{% include "footer.html" %}