{% extends "base.html" %} {% block title %}{{ slug }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ slug or "Index" }}

{{ rendered }}
{% if children %} {% endif %}
Edit this page

{% endblock %}