--- title: Nested layout demo path: ../ --- {% extends "layouts/demo.html" %} {% block page %}

{{ title }}

A nested layout example using a separate sidebar element on each layout and toggle buttons.

{% include 'layouts/sidebars/blank.html' { id: '2' } %}
{% include 'layouts/sidebars/blank.html' { size: '2' } %}
{% endblock %}