{% extends 'base.html' %} {% block title %} Listing of {{ section_path|default('MarkWiki Content', true) }} {% endblock %} {% block content %} {% if section_path %}

{{ section_path }}

{% else %}

MarkWiki Content

Explore MarkWiki by clicking on any of the sections or wiki pages below.
{% endif %} {% if sections or pages %} {% if sections %}

Sections

{{ section_path|default('MarkWiki Content', true) }} has these sections:

{% endif %} {% if pages %}

Wiki Pages

{{ section_path|default('MarkWiki Content', true) }} has these wiki pages:

{% endif %} {% else %}

Hmmm... it looks like {{ section_path|default('MarkWiki Content', true) }} doesn't have any content.

{% endif %} {% endblock %}