{% placeholder title on current_page with TextInput %}
Navigation
-
{% for page in pages_navigation %}
{% pages_menu page %}
{% endfor %}
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 %}-
{% for doc in documents %}
- {{ doc.title }} {% endfor %}
Right column placeholder
{{ right_column }}
Body placeholder
{% imageplaceholder body-image as imgsrc %}
{% if imgsrc %}
{% placeholder body with RichTextarea %}