{% spaceless %}
{% block title %}{% endblock %} - MITX 6.002
{% include "meta/html_head_meta.html" %}
{% include "meta/html_head_stylesheets.html" %} {% block forestyle %}{% endblock %} {% include "meta/html_head_javascript.html" %} {% if settings.USE_CUSTOM_HTML_HEAD %} {{ settings.CUSTOM_HTML_HEAD }} {% endif %} {% endspaceless %} {% include "widgets/system_messages.html" %} {% include "debug_header.html" %} {% include "widgets/header.html" %} {# Logo, user tool navigation and meta navitation #} {# include "widgets/secondary_header.html" #} {# Scope selector, search input and ask button #}
{% block body %} {% endblock %}
{% if settings.FOOTER_MODE == 'default' %} {% include "widgets/footer.html" %} {% elif settings.FOOTER_MODE == 'customize' %} {{ settings.CUSTOM_FOOTER }} {% endif %} {% include "custom_footer.html" ignore missing %} {% include "meta/bottom_scripts.html" %} {% block endjs %} {% endblock %}