
<div class="col-sm-11 p-3 bg-white border layout_latest arc_<?= $this->archive->id ?> block<?= $this->class ?>" itemscope itemtype="http://schema.org/Article">
<div class="row no-gutters justify-content-between">
  <?php if ($this->hasMetaFields): ?>
    <p class="w-100 info small"><time datetime="<?= $this->datetime ?>" itemprop="datePublished"><?= $this->date ?></time> <?= $this->author ?> <?= $this->commentCount ?></p>
  <?php endif; ?>

  <?php if ($this->addImage): ?>
    <div class="col-md-10 col-24">
    <?php $this->insert('image', $this->arrData); ?>
    </div>
  <?php endif; ?>

  <div class="col-md-13 col-24 ce_text block" itemprop="description">
  <?php if ($this->hasText): ?>
    <div class="p-0">
    <h2 itemprop="name" class="display-4 px-0 py-2 link-colD"><?= $this->linkHeadline ?></h2>
    </div>
  <?php else: ?>
    <div class="p-0">
    <h2 itemprop="name" class="display-4 px-0 py-2 text-colD"><?= $this->newsHeadline ?></h2>
    </div>
  <?php endif; ?>
    <?= $this->teaser ?>
  </div>

  <?php if ($this->hasText): ?>
    <p class="w-100 px-3 bg-light border rounded more text-right"><?= $this->more ?></p>
  <?php endif; ?>
</div>
</div>
