public function __construct() { parent::__construct(); $this->templateFile = __DIR__ . "/template.latte"; }
public function render() { $this->template->content = $this->content; parent::render(); }