{% extends "./layout.html" %} {% block title %}{{ progress.current.title }} | {{ title }}{% endblock %} {% block style %} {# Default styles if not disabled #} {% if not styles.print %} {% endif %} {# Style from plugins #} {% for resource in plugins.resources.css %} {% if resource.url %} {% else %} {% endif %} {% endfor %} {# Custom styles from the book #} {% for type, style in styles %} {% endfor %} {% endblock %} {% block content %}