<div class="<?= $this->class ?> block  <?= $this->styleManager->get('columnsettings', ['spaltenausrichtung']); ?>"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
    <?php $this->block('headline'); ?>
    <?php if ($this->headline): ?>
    <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
<?php endif; ?>
<?php $this->endblock(); ?>

<?php $this->block('content'); ?>
<?php $this->endblock(); ?>

</div>