<?php
$GLOBALS['TL_CSS'][] = \Contao\Config::get('uploadPath').'/cto_layout/css/events/mod_eventreader.css|static';
?>
<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<?= $this->event ?>
<?php if ($this->referer): ?>
<!-- indexer::stop -->
<p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
<!-- indexer::continue -->
<?php endif; ?>
<?php if ($this->allowComments): ?>
<div class="ce_comments block">
<<?= $this->hlc ?>><?= $this->hlcText ?></<?= $this->hlc ?>>
<?= implode('', $this->comments) ?>
<?= $this->pagination ?>
<<?= $this->hlc ?>><?= $this->addComment ?></<?= $this->hlc ?>>
<?php $this->insert('mod_comment_form', $this->arrData); ?>
</div>
<?php endif; ?>
<?php $this->endblock(); ?>