{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block header_logo %}

{{ config.title }} | {{ section.title }}

{% endblock header_logo %} {% block content %}

Navigation

{% if section.ancestors | length > 0 %} {% set parent = section.ancestors | last %} {% set parent_path = parent | as_str %} {% set parent_section = get_section(path=parent_path) %} {% else%} {% endif %}
{% if section.toc %}

Table of Contents

{% endif %} {{ section.content | safe }} {% endblock content %}