{% load static %} {% load custom_tags_and_filters %} {# This meta-tag forcefully disables 'compatibility mode' in Internet Explorer because it causes rendering problems. #} {# Snippet to prevent clickjacking. Taken from https://www.codemagi.com/blog/post/194 #} {# Moment #} {# jQuery #} {# Bootstrap #} {# Typeahead #} {# NEMO #} {% block extrahead %}{% endblock %} {% block title %}{% endblock %} {% if 'no_header' in request.GET and request.GET.no_header %}
{% else %} {% endif %} {% block body %}
{% block content %}{% endblock %}
{% block extra_whitespace %}
{% endblock %}
{% endblock %} {# This division is used to display dialog messages via Bootstrap. #}