{% extends 'bootstrap/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block title %} {{ pagetitle }} {% endblock %} {% block content %}

{{ pageheading }}

{{ error }}

Go to the index.

{% endblock %}