{% extends "./layout.html" %} {% block head %} {{ super() }} {% if progress.current.next and progress.current.next.path %} {% endif %} {% if progress.current.prev and progress.current.prev.path %} {% endif %} {% endblock %} {% block title %}{{ progress.current.title }} | {{ title }}{% endblock %} {% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %} {% block content %}
{% include "includes/summary.html" %}
{% include "includes/header.html" %}
{% block page_inner %} {% for section in content %}
{% if section.type == "normal" %} {% autoescape false %}{{ section.content }}{% endautoescape %} {% endif %}
{% endfor %} {% endblock %}
{% if progress.current.prev and progress.current.prev.path %} {% endif %} {% if progress.current.next and progress.current.next.path %} {% endif %}
{% endblock %} {% block javascript %} {% for resource in plugins.resources.js %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% endblock %} {% block style %} {% for resource in plugins.resources.css %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {% for style in styles %} {% endfor %} {% endblock %}