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