
<?php if($this->picture['img']['src']): ?>

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

<div class="inside<?php if($this->Page->style_css): ?> <?= $this->Page->style_css; ?><?php endif; ?><?php if($this->Page->height_css): ?> <?= $this->Page->height_css; ?><?php endif; ?><?php if($this->bgposition): ?> <?= $this->bgposition; ?><?php endif; ?>" style="background-image: url('<?= $this->picture['img']['src']; ?>')">
  <div class="container">
    <div class="content">
      <?php if($this->Page->imgHeadline): ?><div class="headline"><?= $this->Page->imgHeadline; ?></div><?php endif; ?>
      <?php if($this->Page->imgSubheadline): ?><div class="subheadline"><?= $this->Page->imgSubheadline; ?></div><?php endif; ?>
    </div>
  </div>
</div>
<?php endif; ?>

<?php if($this->picture['img']['src']): ?>
<?php $this->endblock(); ?>
<?php endif; ?>