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