<?php $this->extend('block_searchable'); ?>

<?php $this->block('content'); ?>

  <figure class="image_container"<?php if ($this->margin): ?> style="<?= $this->margin ?>"<?php endif; ?>>

    <?php if ($this->href): ?>
      <a href="<?= $this->href ?>"<?php if ($this->linkTitle): ?> title="<?= $this->linkTitle ?>"<?php endif; ?><?= $this->attributes ?>>
    <?php endif; ?>

    <?php $this->insert('picture_default', $this->picture); ?>

    <?php if ($this->caption): ?>
      <figcaption class="caption"><span class="p-3"><?= $this->caption ?></span></figcaption>
    <?php endif; ?>

    <?php if ($this->href): ?>
      </a>
    <?php endif; ?>

  </figure>

<?php $this->endblock(); ?>
