Skip to content
Snippets Groups Projects

Feature/istwcms 4619 m26lebla theme blog news events listing pages

1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
{% for info in lists[type] %}
{% if type == 'Blog' %}
{% include '@components/teaser/teaser--blog/teaser--blog.twig' with {
{% include '@components/card/card.twig' with {
'title': info.title,
'url': info.url,
'date': info.date,
'author_name': info.author_name,
'author_link': info.author_link,
'author': info.author,
'sources': info.sources,
'img_element': info.img_element,
'alt': info.alt,
Loading