<?php //$this->dumpTemplateVars(); ?> <div class="layout_slider swiper-slide arc_<?= $this->archive->id ?> block<?= $this->class ?>"> <div id="linkBox_<?php echo $this->id; ?>" class="link--box style-2 "> <?php if ($this->addImage) : ?> <div class="box--upper"> <div class="image--holder" style="height: auto"> <?php $this->insert('picture_default', $this->arrData['picture']); ?> </div> </div> <?php endif; ?> <div class="box-lower--wrapper text-start" style="background-color:transparent"> <div class="box--lower px-0"> <div class="headline--wrapper"> <span class="box--headline"><?= $this->headline ?></span> </div> </div> <div class="box-lower--expand"> <div class="box--longtext px-0"> <?= $this->teaser ?> </div> <div class="button--wrapper px-0"> <a data-aos="animate__fadeInUp" class="d-inline-block btn btn-primary animate__animated animate__fadeInUp" href="<?= $this->link ?>">{{label::MSC:more}}</a> </div> </div> </div> </div> </div> <?php // This template is used as a news list template by default, so we only add // JSON-LD data in case this is a news article without a reader if (!$this->hasReader) { $this->addSchemaOrg($this->getSchemaOrgData()); }