{% extends 'layouts/vertical.html' %} {% block html_attribute %}data-layout-width="boxed" data-sidenav-size="on-hover"{% endblock html_attribute %} {% block title %}Boxed Layout{% endblock title %} {% block page_content %}
{% set title='' %} {% include 'partials/page-title.html' %}
To enable the boxed layout, add data-layout-width="boxed" to the <html> tag. For optimal spacing and usability, we also recommend adding data-sidenav-size="on-hover" to make the sidebar compact while keeping more room for content.
{% endblock page_content %} {% block extra_javascript %}{% endblock extra_javascript %}