{% load cache pages_tags i18n %}{% load url from future %} {% comment %}Important to enable other applications to inherit the template{% endcomment %} {% load_pages %} {% show_content current_page "title" %}
{% if user.is_authenticated %} log out {% else %} log in {% endif %}

{% placeholder title on current_page with TextInput %}

Navigation

Content

{% if in_document_view %}

You have delegated the rendering of this page to the document view.

{% if document %}

You selected this document: {{ document.title }}

{% endif %} {% endif %} {% block content %} {% placeholder right-column with RichTextarea parsed as right_column %}

Right column placeholder

{{ right_column }}
{% if current_page %}
Body placeholder
{% placeholder body with RichTextarea %}
{% imageplaceholder body-image as imgsrc %} {% if imgsrc %} {% endif %}
{% endif %} {% endblock %}
{% include "pages/examples/debug.html" %}