{% extends 'layouts/vertical.html' %} {% block html_attribute %}data-menu-color="light"{% endblock html_attribute %} {% block title %}Light Menu{% endblock title %} {% block page_content %}
{% set title='Light Menu' %} {% include 'partials/page-title.html' %}
To switch to a light sidebar, add data-menu-color="light" to the <html> tag in your layout.
{% endblock page_content %}