vendor/contao/core-bundle/src/Resources/contao/templates/elements/ce_image.html5 line 5

Open in your IDE?
  1. <?php $this->extend('block_searchable'); ?>
  2. <?php $this->block('content'); ?>
  3.   <?php $this->insert('image'$this->arrData); ?>
  4. <?php $this->endblock(); ?>