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

{{ title }}

Dropdown sidebar menus. On screens smaller than 768px wide, the dropdown menus will automatically convert to collapse menus.

{% include 'layouts/sidebars/blank.html' { style: 'sidebar-dark bg-primary', sm_dropdown: true, ssm_dropdown_opt: 'sm-condensed', ssm_ssm_dropdown_opt: 'sm-condensed', sm_brand: true, sm_brand_opt: 'm-b-0', sm_heading: true, sm_text: true } %}
{% endblock %}