{% extends "base.html" %} {% block css %} {% endblock %} {% block content %}

{{ gallery.title }}

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