<div class="layout_short arc_<?= $this->archive->id ?> block<?= $this->class ?>">
<?php if ($this->hasMetaFields): ?>
<p class="info"><?= $this->date ?> <?= $this->author ?> <?= $this->commentCount ?></p>
<?php endif; ?>
<h2><?= $this->linkHeadline ?></h2>
<div class="teaser">
<?= $this->teaser ?>
</div>
<?php if ($this->hasText || $this->hasTeaser): ?>
<p class="more"><?= $this->more ?></p>
<?php endif; ?>
</div>