<div class="layout_full block<?= $this->class ?>">
<div class="inner">
<?php if ($this->addImage): ?>
<?php $this->insert('image_nolink', $this->arrData); ?>
<?php endif; ?>
<div class="textContent">
<div class="inner">
<div class="upperText">
<div class="inner">
<div class="angles top">
<div class="leftAngle">
<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="75,87.4 0,0 0,87.4 ">
</polygon></svg>
</div>
<div class="rightAngle">
<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>
<h1><?= $this->newsHeadline ?></h1>
<?php if ($this->hasSubHeadline): ?>
<h2><?= $this->subHeadline ?></h2>
<?php endif; ?>
<?php if ($this->hasMetaFields): ?>
<p class="info"><time datetime="<?= $this->datetime ?>"><?= $this->date ?></time> <?= $this->author ?> <?= $this->commentCount ?></p>
<?php endif; ?>
</div>
</div>
<div class="ce_text teaserText block">
<div class="inner">
<?= $this->teaser ?>
</div>
</div>
<div class="lowerText">
<?= $this->text ?>
<?php if ($this->enclosure): ?>
<ul class="enclosure">
<?php foreach ($this->enclosure as $enclosure): ?>
<li class="download-element ext-<?= $enclosure['extension'] ?>">
<a href="<?= $enclosure['href'] ?>" title="<?= $enclosure['title'] ?>"><?= $enclosure['link'] ?> <span class="size">(<?= $enclosure['filesize'] ?>)</span></a>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<?php
$schemaOrg = $this->getSchemaOrgData();
if ($this->hasText()) {
$schemaOrg['text'] = $this->rawHtmlToPlainText($this->text);
}
$this->addSchemaOrg($schemaOrg);