{{ htmlSnippet("html:start")|default("") }} {{ htmlSnippet("head:start")|default("") }} {% block head %} {% block title %} | {{ title }}{% endblock %} {% if progress.current.next and progress.current.next.path %} {% endif %} {% if progress.current.prev and progress.current.prev.path %} {% endif %} {% endblock %} {{ htmlSnippet("head:end")|default("") }} {{ htmlSnippet("body:start")|default("") }} {% block style %} {% endblock %} {% block content %}{% endblock %} {% block javascript %} {% endblock %} {{ htmlSnippet("body:end")|default("") }} {{ htmlSnippet("html:end")|default("") }}