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

{{ section.title }}

Pages:

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