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

{{ title }}

A basic layout with a sidebar element of 250px wide.

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