{% extends 'components/molecules/teaser/teaser.html.twig' %}{% block teaser_headline %}{% if headline is defined %}{% include 'components/atoms/headline/headline.html.twig' with {'text': headline,'headlineTag': 'h3','class': 'teaser__headline headline--no-spacing'} %}{% endif %}{% endblock %}{% block teaser_description %}{% if description is defined %}<div class="teaser__description">{% include 'components/atoms/paragraph/paragraph.html.twig' with {'text': description|default('')|markdown_to_html,} %}</div>{% endif %}{% endblock %}{% block teaser_link %}{% if link is defined and not app.getRequest().attributes.get('storyblok_preview') %}{% include 'components/atoms/text-link/text-link.html.twig' with {'text': 'teaser_link_label'|trans,'href': link,'class': 'text-link--arrow-right js-teaser-link',} %}{% else %}{% include 'components/atoms/text-link/text-link.html.twig' with {'text': 'teaser_link_label'|trans,'href': link,'class': 'text-link--arrow-right',} %}{% endif %}{% endblock %}