{% load static %} {% block head %} {% block headtitle %}{{PORTAL_NAME}}{% endblock headtitle %} {% include "common/head-meta.html" %} {% block headermeta %} {%endblock headermeta %} {% block externallinks %}{% endblock externallinks %} {% include "common/head-links.html" %} {% block topimports %}{%endblock topimports %} {% include "config/index.html" %} {% endblock head %} {% block beforecontent %}{% endblock %}
{% include "messages.html" %} {% block content %}{% endblock %}
{% block aftercontent %}{% endblock %} {% if LOAD_FROM_CDN %} {% else %} {% endif %} {% block externalscripts %}{% endblock externalscripts %} {% include "common/body-scripts.html" %} {% block bottomimports %}{% endblock bottomimports %}