<?php
$title = "Šablona";
include "header.php";
echo "php project template";
include "footer.php";
?>