r
{{> partials/sidebar }}The PHP structure of the Clenzia - Bootstrap Business & Technology Template is built with clean, semantic, and well-organized code for easy customization and maintenance. Each section, including hero banners, services, features, pricing, testimonials, team members, and contact areas, is developed using a modular approach. This flexible architecture allows developers to quickly modify layouts, add new components, and scale projects efficiently, making Clenzia an excellent choice for startups, SaaS platforms, digital agencies, technology companies, and corporate websites.
<?php include 'partials/main.php'; ?>
<head>
<?php
$title = "Starter Page";
include 'partials/title-meta.php';
?>
<?php include 'partials/head-css.php'; ?>
</head>
<?php include 'partials/body.php'; ?>
<?php include 'partials/header/h-blog.php'; ?>
<?php include 'partials/footer/f-custom.php'; ?>
<?php include 'partials/back-to-top.php'; ?>
<?php include 'partials/vendor-scripts.php'; ?>
<script type="module" src="../assets/js/main.js"></script>
</body>
</html>