<?php if ($this->addWrapper): ?>
    <?php $this->extend('block_searchable'); ?>
    <?php $this->block('content'); ?>
<?php endif; ?>
<?= $this->content; ?>
<?php if ($this->addWrapper): ?>
    <?php $this->endblock(); ?>
<?php endif; ?>
