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