index.php
<?php
include(__DIR__.'/template/html_top.php');
include(__DIR__.'/template/builder.php');
include(__DIR__.'/template/html_bottom.php');
?>
<?php
include(__DIR__.'/template/html_top.php');
include(__DIR__.'/template/builder.php');
include(__DIR__.'/template/html_bottom.php');
?>