{% block head %}
{{ pageTitle }}
{% for cssEntry in css %}
{% endfor %} {% for cssEntry in cssAbs %}
{% endfor %} {% for jsEntry in js %} {% endfor %} {% for jsEntry in jsAbs %} {% endfor %} {% endblock %} {% block style %} {% endblock %}
{% block navigation %}
{{ table_of_content }}
{{ summary }}
{{tocTitle}}
{{pageID}}
{% endblock %}
{% block content %} {% endblock %}