/** * List of projects */ public function renderDefault() { $this->template->projects = $this->project->getAll(); }