HTML Structure

Overview of the HTML structure and layout

This guide provides a comprehensive overview of the HTML structure used in the Aquiry admin template. It explains how the layout is organized, the role of each partial, and how components are structured to create a fully responsive and modular dashboard interface.

{{> partials/main }} <head> {{> partials/title-meta title="Starter page" }} {{> partials/head-css }} </head> {{> partials/body }} <!-- Begin page --> <div id="layout-wrapper"> {{> partials/menu }} <!-- ============================================================== --> <!-- Start right Content here --> <!-- ============================================================== --> <div class="main-content"> <div class="page-content"> <div class="container-fluid"> {{> partials/page-title page-title="Pages" title="Starter page" }} </div><!-- container-fluid --> </div><!-- End Page-content --> {{> partials/footer }} </div><!-- end main content--> </div><!-- END layout-wrapper --> {{> partials/right-sidebar }} {{> partials/vendor-scripts }} <!-- App js --> <script src="../assets/js/app.js"></script> </body> </html>
© Aquiry.
Crafted & Design with by Codebucks