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

{{ title }}

A basic layout with a sidebar element of 250px wide occupying just 56px of the layout. The sidebar is also using the extra .sidebar-reveal and .sidebar-reveal-size-3 classes. On screen sizes up to 554px wide (mobile), the sidebar will stretch to 100% of the screen width.

{% include 'layouts/sidebars/blank.html' { size: '1', extras: 'sidebar-reveal sidebar-reveal-size-3', sm_basic_icons: true, sm_basic_icons_opt: 'sm-active-button-bg sm-icons-right' } %}
{% endblock %}