{% load static %} {% include "includes/head.html" %} {% block extrastyle %}{% endblock extrastyle %} {% block navigation %}
{% include "includes/navigation-shadow.html" %}
{% endblock navigation %} {% block content %}{% endblock content %} {% include "includes/scripts.html" %} {% block extra_js %}{% endblock extra_js %}