$root = getcwd();
echo file_get_contents($root."/template.htm");
o
$root = dirname(__FILE__);
echo file_get_contents($root."/template.htm");
Al posto di echo ci devi mettere una variabile