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

{{ section.title }}

{%- if section.content %} {{ section.content | safe }} {%- endif %} {%- if section.pages | length > 0 %} {%- else %}

No entries yet.

{%- endif %} {%- if section.subsections | length > 0 %}

Subcategories

{%- endif %}
{% endblock %}