{% for css_path in custom_css %}
{% endfor %}
{{ title }}
{% for chapter in chapters %}
{{ chapter.title }}
{% for sub_chapter in chapter.sub_chapters %}
{{ sub_chapter.title }}
{% endfor %}
{% endfor %}
Copyright © Typikon Inc
{{ content | safe }}
{% for lang_path in highlight %} {% endfor %} {% for js_path in custom_js %} {% endfor %}