Answer the question
In order to leave comments, you need to log in
Template loading depending on content type?
Now so
public function indexAction()
{
....
$content = $this->contentService->find(..)
if($content->type ....)
тут много разных проверок которые определяют какой темплейт должен быть использован для данного контента
return $this->render( , [ "content" => $content ])
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question