<?php $this->extend('block_unsearchable'); ?>
<?php $this->block('content'); ?>
<?php foreach ($this->items as $item): ?>
<div class="rss_items_only<?= $item['class'] ?>">
<h2><a href="<?= $item['link'] ?>"<?= LINK_NEW_WINDOW ?>><?= $item['title'] ?></a></h2>
<div class="description"><?= $item['description'] ?></div>
</div>
<?php endforeach; ?>
<?= $this->pagination ?>
<?php $this->endblock(); ?>