{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block html_attribute %}data-sidenav-size="compact"{% endblock html_attribute %} {% block title %}Compact Sidebar{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Compact Sidebar' %}
To enable the medium-sized (compact) sidebar, add data-sidenav-size="compact" to the <html> tag.
{% endblock page_content %}