set('html', $html); $view->set('output', IOL::auto_wire("{{.Subfolder}}", "{{.File}}", "{{.Method}}")); $view->set_template('main'); $view->include("{{.Subfolder}}/{{.File}}_{{.Method}}_view"); $view->render($this); } }