I will take between 1 or 2 months as there are 90 people who have requested a template before you.
It doesn't matter if the template is in HTML you just change the .htm to .php and add your php content to the template like this:
HTML Code:
<?php
echo "my php text";
echo $myvars;
?>