{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-sidenav-size="condensed"{% endblock html_attribute %} {% block title %}Icon View Sidebar Layout{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Icon View' %}
To enable icon view menu scrolling and see all content, add data-sidenav-size="condensed" to the <html> tag.
{% endblock page_content %}