{% extends "base.html" %} {% block css %} {% endblock %} {% block logo %} {% endblock %} {% block content %} {{ gallery.title }} {% for section in gallery.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %}