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