{# This template has header, footer and body #} {% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block body %}
{% if messages %} {% endif %} {% block content %}{% endblock %}
{# Haha there is no footer #}
{% endblock body %}