--- 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' } %}
{% endblock %}