{% extends "base.html" %} {% block body %}
{% include "sidebar.html" %}

{{ page.title }}

{{ content }} {% if section.list %}

In This Section

    {{ section.list }}
{% endif %} {{ pagination }}
{% endblock %}