{% load static %} Document {% include 'header.html' %}
{% include 'navbar.html' %}
{% include 'breadcrumbs.html' %} {% block content %} {% endblock %} {% include 'footer.html' %}