r {{> partials/sidebar }}
Bootstrap Docs - v1.0.0
HTML Structure

The HTML structure of the Evohus Admin Panel is organized for clarity, flexibility, and scalability. Each major layout section — header, sidebar, content, and footer — is structured using clean and semantic markup. This modular setup allows developers to easily customize or replace individual sections without affecting others.

{{> partials/main }} <head> {{> partials/title-meta title="Starter" }} {{> partials/head-css}} </head> {{> partials/body}} {{> partials/topbar}} {{> partials/sidebar}} {{> partials/page-wrapper}} <div class="container-fluid"> {{> partials/page-heading title="Starter" sub-title="UI" }} {{> partials/footer}} </div> </div> </div> {{> partials/vendor-scripts}} <script type="module" src="assets/js/main.js"></script> </body> </html>