I wonder what options there are for templating in PHP? If the templating code can be very similar to PHP, it'd be best.
I can recommend Smarty
The template is a plain HTML with some extra markup for PHP calls. The template compiles itself to a PHP and runs on the server.