{% extends "index.html" %} {% block body %} {{ super() }}
{% block content %} {% endblock %}
{% include "footer.html" %}
{% endblock %}