Skip to content
Snippets Groups Projects

Feature/istwcms 4619 m26lebla theme blog news events listing pages

1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
{% include '@components/card/card.twig' with {
'title': teaser.title,
'date': teaser.date,
'sources': teaser.image.sources,
'img_element': teaser.image.img_element,
'alt': teaser.image.alt,
'tags': teaser.tags,
'content': teaser.content,
'header_level': 2,
'show_hover': true,
'author': teaser.author,
} %}
\ No newline at end of file
Loading