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