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