{% extends "base.html" %} {% block title %}{% if filetitle %}{{ filetitle }}{% endif %}{% endblock %} {%- block styles -%} {%- for style_path in style_paths -%} {% endfor -%} {%- if styles %} {% endif -%} {%- endblock -%} {%- block page -%}
{% if booktitle -%}

{{ booktitle|safe }}

{%- endif %} {% if coverimage -%} {%- endif %} {% if description %}

{{ description }}

{% endif %} {{ toc }}
 
{%- endblock -%}