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

{{ title }}

A basic layout with a sidebar element and a sidebar toggle button.

{% include 'layouts/sidebars/blank.html' { sm_basic_mixed: true } %}
{% endblock %}