{% extends "base.html" %} {% block title %}{{ page.title }} — Waikiki{% endblock %} {% block topbar_actions %}{% if not trashed %}{% include "_page_options.html" %}{% endif %}{% endblock %} {% block content %}
{% if trashed %} {% endif %} {% if crumbs %} {% endif %}

{{ page.title }}

{% if not trashed %} {% endif %} {% if parent %}

↳ child of {{ parent.title }}

{% endif %} {% if tags %}
{% for t in tags %}{{ t }}{% endfor %}
{% endif %} {% if toc and toc | length >= 2 %}
Contents
{% endif %}
{{ page.html | safe }}
{% if children %}
Sub-pages ({{ children | length }})
{% endif %}
{% endblock %}