<div class="<?= $this->class ?> block image-left chapter"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
<?php if($this->page != "" && strpos($this->text,'<a ') === false): ?><a href="{{link_url::<?= $this->page ?>}}" class="inside"><?php else: ?><div class="inside"><?php endif; ?>
<?php $this->block('content'); ?>
<div class="">
<div class="col s6 image">
<?php if ($this->addImage): ?>
<?php if($this->page != "" && strpos($this->text,'<a ') !== false): ?>
<a href="{{link_url::<?= $this->page ?>}}">
<?php endif; ?>
<?php $this->insert('image', $this->arrData); ?>
<?php if($this->page != "" && strpos($this->text,'<a ') !== false): ?>
</a>
<?php endif; ?>
<?php endif; ?>
</div>
<div class="col s6 content">
<?php if ($this->headline): ?>
<?php if($this->page != "" && strpos($this->text,'<a ') !== false): ?>
<a href="{{link_url::<?= $this->page ?>}}">
<?php endif; ?>
<<?= $this->hl ?>>
<?= $this->headline ?>
</<?= $this->hl ?>>
<?php if($this->page != "" && strpos($this->text,'<a ') !== false): ?>
</a>
<?php endif; ?>
<?php endif; ?>
<?php if($this->subheadline): ?><div class="subheadline"><?= $this->subheadline ?></div><?php endif; ?>
<?= $this->text ?>
<?php if($this->page != "" && $this->pageText != ""): ?>
<div class="btn"><?= $this->pageText ?></div>
<?php endif; ?>
</div>
</div>
<?php $this->endblock(); ?>
<?php if($this->page != "" && strpos($this->text,'<a ') === false): ?></a><?php else: ?></div><?php endif; ?>
</div>