{{ document.body_html | safe }}
{# This is an example template for documentation pages using full width documentation layout. Some details of it need to be edited to fit template and partial names in your project, or any other custom project-specific updates. See examples/README.md for more details on how to apply this template in your project. #} {% extends "base_layout.html" %} {% block title %}[YOUR SITE TITLE HERE] - {{ document.title }} {% endblock %} {% set is_docs = True %} {% block body %} {# This is a macro that generates side navigation #} {% macro create_navigation(nav_items, expandable=False, expanded=False) %}
{% endmacro %}