PHP Code:
$myvar = "bla bla";
eval('print_output("' . fetch_template('mytemplate') . '");');
/* or if you want to get template in variable and then show it via formhome template for exsample use :
*/
eval('$newvar= "' . fetch_template('mytemplate') . '";');
then place $newvar in forum home template of where ever you want it to be showen.
offcurse in template 'mytemplate' place $myvar inside the template