{% set options = options|default({}) + { list_container_class: 'col-12', teaser_container_class: 'col-lg-4 col-sm-6 col-12', teaser_template: 'components/teaser/calendar.twig', list_contentad: false, } %} {# Required variables # It doesn't extend the default template , thats why it can't show ads # teasers - array of teasers in addition converted objects above (optional, will use it's own records) #}
{% block teaserlist %}
{% for teaser in teasers|default([]) if teaser %} {% include options.teaser_template with { 'teaser': teaser, 'options': options, } %} {% endfor %}
{% endblock %}