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

The HTML structure of the Paxvent – Event & Conference Landing Template is thoughtfully designed for clarity, performance, and scalability. Each core section hero banner, speakers, schedule, venue details, pricing, sponsors, and footer is built using clean, semantic, and well-organized markup. This modular architecture enables developers to easily customize, extend, or rearrange individual sections without impacting the overall layout, making Paxvent ideal for conferences, meetups, workshops, and large-scale events.

{{> partials/main }} <head> {{> partials/title-meta title="Business forum" }} {{> partials/head-css}} </head> {{> partials/body}} <div class="relative font-dm"> {{> partials/header/h-business}} {{> partials/direction}} Here more section {{> partials/footer/f-business}} </div> <script type="module" src="assets/js/home/index.js"></script> {{> partials/vendor-scripts}} </body> </html>