Skip to content
Snippets Groups Projects
Commit fb43a177 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4619: adding teaser component

parent e7d9d8ec
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!62Feature/istwcms 4619 m26lebla theme blog news events listing pages
{% 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment