findOneBySlug($slug); if (count($post['data']) === 0) { $this->app->redirect('/404'); } else { $this->render($post); } } }