--- 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', sm_brand: false, sm_heading: false, sm_basic_mixed: true, visible: 'none', layout: 'lg-up' } %}
{% include 'layouts/sidebars/blank.html' { size: '2', sm_basic_mixed: true } %}
{% endblock %}