{% extends "base.html" %} {% if settings.settings.light_mode %} {% set pathstatic = "../" %} {% else %} {% set pathstatic = "" %} {% endif %} {% block css %} {% endblock %} {% block logo %} {% endblock %} {% block content %}

{{ gallery.title }}

{% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %}

{% endblock %}