{% extends 'base.html' %} {% block template_content_head %}
{% endblock %} {% block content %}Created: {{ page.locale_date }}, Last updated: {{ page.locale_modified }}
{% endif %} {% if PAGES_DEBUG == true %}Debug stuff. Ignore
url: {{ page.url }}
slug: {{ page.slug }}
{% if page.parent %}
page parent: {{ page.parent }}
page parent url: {{ page.parent.url }}
page parent title: {{ page.parent.title }}
{% endif %}
page parents
page children