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