<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

  <?php if (!$this->addBefore): ?>
    <div class="sliderFrameTop px-4">
      <div class="container border rounded">
        <?= $this->text ?>
      </div>
    </div>
  <?php endif; ?>

  <?php if ($this->addImage): ?>
    <?php $this->insert('image', $this->arrData); ?>
  <?php endif; ?>

  <?php if ($this->addBefore): ?>
    <div class="sliderFrameBottom px-4">
      <div class="container border rounded">
        <?= $this->text ?>
      </div>
    </div>
  <?php endif; ?>

<?php $this->endblock(); ?>
