PHP
hello/hello.php
HTML
hello/hello.pad
Result
<?php

$hi
= 'Hello World !';

?>
<h3>
{$hi}
</h3>

Hello World !