public function renderDefault()
 {
     dump($this->mealMenu->sinceDate(1, null, 14));
     $this->template->anyVariable = 'any value';
 }