<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<div class="<?= $this->rowClasses ?>">
<div class="<?= $this->firstColumn ?>">
<?php foreach ($this->modules as $module): ?>
<?= $module; ?>
<?php endforeach; ?>
</div>
</div>
<?php $this->endblock(); ?>
