Template
<div class="ExpendableBlock js-ExpendableBlock u-container">
{% include "@elements/button/button.html.twig" with {
class: "ExpendableBlock-button js-ExpendableBlock-button",
label: button_label,
mutation: "secondary",
url: url,
} only %}
<div class="ExpendableBlock-content js-ExpendableBlock-content" aria-expanded="false">
<h4 class="u-typo-headline3 ExpendableBlock-headline">{{ headline|german_quotes }}</h4>
{% include "@patterns/search-results/search-results.html.twig" with {
endpoint_url: endpoint_url,
items: items,
} only %}
</div>
</div>