{% if user.is_authenticated %} log out {% else %} log in {% endif %}
{% block title %}Django CMS based on page objects{% endblock %}
site: {{ site.name }}
Complete navigation (as a nested list)
-
{% for page in pages %}
{% pages_menu page %}
{% endfor %}
Display the sub menu of the root page (as a nested list)
{% if current_page %}-
{% pages_sub_menu current_page %}
Content
{% placeholder right-column with RichTextarea parsed as right_column %} {% block content %}Right column placeholder
{{ right_column }}
title placeholder
{% placeholder title on current_page with TextInput %}
body placeholder
{% placeholder body on current_page with WYMEditor parsed %}