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

{{ title }}

A basic layout with a sidebar element of 56px wide. The sidebar is also using the extra .sidebar-mini class in order to adjust the sidebar content. On screen sizes up to 554px wide (mobile), the sidebar will stretch to 100% of the screen width.

{% include 'layouts/sidebars/mini.html' %}
{% endblock %}