if (!isset($this->recent) || !count($this->recent)): ?>
This site does not contain any content. if ($this->canAdd): ?> Would you like to create some? endif; ?>
else: ?>if ($entry->hasField('body')): $filter = new P4Cms_Filter_HtmlToText(array('keepEntities' => true)); print $this->truncate($filter->filter($entry->getValue('body')), 250, '...', false); endif; ?>
= $this->contentEntry($entry)->close() ?>