{% include 'head.html' %} {% include 'session_defaults.html' %} {# #} {% include 'navbar.html' %} {% include 'header.html' %}
{% block content_class %}
{% endblock %}

{% block content_title %}{% endblock %}

{% block content_description %}{% endblock %}

{% block content %}{% endblock %}

{% include 'footer.html' %} {% include 'scripts.html' %} {% include 'ordered_list_configs.html' %} {% block scripts %}{% endblock %}