{% load static %} {% if outdated %} {% include "outdated_browser.html" %} {% else %}
{% block title %}{% endblock %} - ISIS Auto-reduction
{% block stylesheets %}{% endblock %} {% include "navbar.html" %}
{% include "header.html" with notifications=notifications %} {% block header %}{% endblock %}
{% block body %}{% endblock %}
{% block footer %}{% endblock %} {% include "footer.html" %}
{% block scripts %}{% endblock %} {% endif %}