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

{{ title }}

A sidebar element with a dark background color and light text color using the .sidebar-dark base class and .bg-primary background utility class.

{% include 'layouts/sidebars/blank.html' { style: 'sidebar-dark bg-primary', sm_basic_mixed: true } %}
{% endblock %}