{% extends 'layouts/vertical.html' %} {% block html_attribute %}data-sidenav-size="on-hover"{% endblock html_attribute %} {% block title %}On Hover Menu{% endblock title %} {% block page_content %}
{% set title='On Hover Menu' %} {%include "partials/page-title.html" %}
To enable the icon view menu with full menu on hover, add data-sidenav-size="on-hover" to the <html> tag in your layout.
{% endblock page_content %}