{% extends 'base.html' %} {% load cms %} {% block title %}{{block.super}} - {{page.title}}{% endblock %} {% block content %} {% for section in sections %} {% include_section section %} {% endfor %} {% editpage '' %} {% endblock %}