{% extends 'base.html' %} {% block title %} Listing of {{ section_path|default('MarkWiki Content', true) }} {% endblock %} {% block content %}
{% if section_path %}{{ section_path|default('MarkWiki Content', true) }} has these sections:
{{ section_path|default('MarkWiki Content', true) }} has these wiki pages:
Hmmm... it looks like {{ section_path|default('MarkWiki Content', true) }} doesn't have any content.
{% endif %} {% endblock %}