politician_template); $objFTemplate->politician = PoliticianModel::findBy('id', $this->politician); // parse the internal template as html and put it in the outer // template $this->Template->politician_html = $objFTemplate->parse(); return; } }