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

{{ title }}

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

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