{% extends "base.html" %} {% load classification_banner i18n %} {% load static from staticfiles %} {% load theme_tags %} {% block extra_head %} {% get_theme as theme %} {% endblock %} {% block header %} {% if classification_banner_enabled %} {% classification_banner %} {% endif %} {{ block.super }} {% endblock %}