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