{% load cache cms_tags menu_tags sekizai_tags %} {% page_attribute page_title %} {% render_block "css" %} {% cms_toolbar %}

{% if user.is_authenticated %} log out {% else %} log in {% endif %}

See this page in: {% language_chooser %}

{% block title %}{% page_attribute title %}{% endblock %}

site: {{ site.name }}

Complete navigation

Navigation with active tree

Navigation with only 1 active extra level

Level 0 navigation

Level 1 navigation

Level 1 navigation (only active tree)

Level 0-1 navigation

Display the sub menu (2 level deep) of the current page

Show the breadcrumb navigation of the current page

Content

{% block content %}

Title placeholder {% page_attribute title %}

Right column placeholder

{% placeholder right-column %}

Body placeholder

{% placeholder "body" %}
{% endblock %}
{% render_block "js" %}