getData('news'); /** @var bool $editable */ $editable = $this->getData('editable'); /** @var \Modules\Tag\Models\Tag[] $tag */ $tags = $news->getTags(); /** @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>

printHtml($news->title); ?>

content; ?>
printHtml($tag->getTitle()); ?>
getComments(); if (!empty($commentList) && $commentList->isActive()) : /* @todo: check if user has permission to create a comment here, maybe he is only allowed to read comments */ echo $this->getData('commentCreate')->render(1); echo $this->getData('commentList')->render($commentList); endif; ?>