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

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

{% endblock header_logo %} {% block content %} {{ section.content | safe }}

Parent

{% if my_section.pages %}

Pages

{% endif %} {% if my_section.subsections %}

Sections

{% endif %} {% endblock content %}