<figure class="image_container<?= $this->floatClass ?>"<?php if ($this->margin): ?> style="<?= $this->margin ?>"<?php endif; ?>>
<div class="angles image">
<div class="topAngle">
<svg id="Layer_2" style="enable-background:new 0 0 75 87.4;" height="100%" width="100%" viewBox="0 0 75 87.4" preserveAspectRatio="none">
<polygon height="100%" width="100%" class="st0" points="0,0 75,87.4 75,0 ">
</polygon></svg>
</div>
<div class="bottomAngle">
<svg id="Layer_1" style="enable-background:new 0 0 75 87.4;" height="100%" width="100%" viewBox="0 0 75 87.4" preserveAspectRatio="none">
<polygon height="100%" width="100%" class="st0" points="0,87.4 75,0 75,87.4 ">
</polygon></svg>
</div>
</div>
<?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());
}