src/Rhyme/WMassArtsHub/Resources/contao/templates/image/image_nolink.html5 line 12

Open in your IDE?
  1. <figure class="image_container<?= $this->floatClass ?>"<?php if ($this->margin): ?> style="<?= $this->margin ?>"<?php endif; ?>>
  2.         <?php $this->insert('picture_default'$this->picture); ?>
  3.     <?php if ($this->caption): ?>
  4.         <figcaption class="caption"><?= $this->caption ?></figcaption>
  5.     <?php endif; ?>
  6. </figure>
  7. <?php
  8. if ($this->figure) {
  9.     $this->addSchemaOrg($this->figure->getSchemaOrgData());
  10. }