{% load static %} {{ system_name|default:'Document' }} {% block header %} {% include "header.html" %} {% endblock header %}
{% block content %} {% endblock content %}
{% include "footer.html" %}