{% extends 'layouts/vertical.html' %} {% block html_attribute %}{% endblock html_attribute %} {% block title %}Compact Layout{% endblock title %} {% block page_content %}
{% set title='Compact' %} {% include 'partials/page-title.html' %}
To use the compact layout, follow this structure: wrap your page title in <div class="container-fluid"> and place your main content inside <div class="container-xl">. This ensures proper spacing and alignment.
{% endblock page_content %}