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

{{ title }}

Various sidebar menu examples using style modifier classes to add extra styles such as borders, alignment and others.

{% include 'layouts/sidebars/blank.html' { style: 'sidebar-dark bg-primary', sm_style: true, sm_brand: false, sm_heading: false, sm_text: false } %}
{% endblock %}