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

{{ title }}

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

{% include 'layouts/sidebars/blank.html' { sm_basic_mixed: true } %}
{% endblock %}