-
{% for toc_item in toc %}
- {{ toc_item.title }} {% for toc_item in toc_item.children %}
- {{ toc_item.title }} {% endfor %} {% endfor %}
{% block content %}
{{ content }}
{% endblock %}
{% if favicon %} {% else %} {% endif %} {% for path in extra_css %} {% endfor %} {% if google_analytics %} {% endif %} {% block extrahead %} {% endblock %}