{% extends "base.html" %} {% block head %} {% endblock head %} {% block body %} {% include "header.html" %}
{% block content %}{% endblock content %}
{% include "footer.html" %} {% endblock body %}