<figure class="image_container<?= $this->floatClass ?>"<?php if ($this->margin): ?> style="<?= $this->margin ?>"<?php endif; ?>>
<?php $this->insert('picture_default', $this->picture); ?>
<?php if ($this->caption): ?>
<figcaption class="caption"><?= $this->caption ?></figcaption>
<?php endif; ?>
</figure>
<?php
if ($this->figure) {
$this->addSchemaOrg($this->figure->getSchemaOrgData());
}