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

  <div class="<?= $this->class ?> block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>

    <?php if ($this->headline): ?>
    <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
    <?php endif; ?>

    <div class="slick-slider-wrapper" data-config="<?= $this->config ?>">

<?php $this->endblock(); ?>