{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}Compact Layout{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Compact' %}
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 %}