@@include("./partials/title-meta.html", {"title": "Compact Layout"}) @@include('./partials/head-css.html')
@@include('./partials/topbar.html') @@include('./partials/sidenav.html')
@@include("./partials/page-title.html", {"subtitle": "Layouts", "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.

Your custom content here

@@include('./partials/footer.html')
@@include('./partials/customizer.html') @@include('./partials/footer-scripts.html')