{% extends 'blocks/list/default.twig' %} {% set options = options|default({}) + { block_variant: 'newsticker', list_container_class: 'col-12 col-md-8', list_contentad: true, list_contentad_class: 'advertisement-newsticker', list_contentad_custom: {}, list_contentad_pos : 6, list_contentad_slot: 'trending', list_label: true, teaser_template: 'components/teaser/newsticker.twig', } %} {# list_contentad is by default set to false, as it is not a standard function for all the websites, yet ... #} {% set highlightteaser = teasers|default([])|first %} {% set teasers = teasers|default([])[1:] %} {% block teaserlist %} {{ parent() }} {# Highlight #}
{% endblock %}