<?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-container slide-container_<?= $this->id ?>">
    <?php if ($this->eSM_addImage && $this->src): ?>
    <div class="slick-slider-background" style="<?= $this->backgroundStyle ?>"></div>
      <?php if ($this->minHeight): ?>
      <style>.slide-container_<?= $this->id ?>:before { content: ""; display: block; padding-top: <?= $this->minHeight ?>; float: left; }</style>
      <?php endif; ?>
    <?php endif; ?>

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

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