{% extends "index.html" %} {% block title %} {{ config.title }} | {{ section.title }} {% endblock title %} {% block content %} {% if section.word_count > 0 -%} {{ section.content | safe }} {% else -%}

{{ section.title }}

{% if section.subsections -%}

Subsections:

{% endif -%}

Pages:

{% endif -%} {% endblock content %}