{% 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 -%}
{{ content|safe }}
{% if needtoc %} {% endif %}
 
{%- endblock -%}