{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-sidenav-size="on-hover"{% endblock html_attribute %} {% block title %}On Hover Menu{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='On Hover Menu' %}
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 %}