{% extends "templates/base.html" %} {%- from "templates/includes/navbar/navbar_items.html" import render_item -%} {%- block head_include %} {% endblock -%} {%- block navbar -%} {%- endblock -%} {% block content %} {% macro container_attributes() -%} id="page-{{ name or route | e }}" data-path="{{ pathname | e }}" {%- if page_or_generator=="Generator" %}source-type="Generator" data-doctype="{{ doctype }}"{%- endif %} {%- if source_content_type %}source-content-type="{{ source_content_type }}"{%- endif %} {%- endmacro %}
{% block page_container %}
{%- if add_breadcrumbs -%} {% include "templates/includes/breadcrumbs.html" %} {%- endif -%} {%- block page_content -%}{%- endblock -%}
{% endblock %}
{%- if page_toc_html -%}
{% block page_toc %} {% if page_toc_html %}
On this page
{{ page_toc_html }}
{% endif %} {% endblock %}
{%- endif -%}
{% endblock %} {%- block script -%} {%- endblock -%}