# Warum greift box-standard.html.twig nicht?

**URL:** https://forum.shopware.com/t/warum-greift-box-standard-html-twig-nicht/100412
**Category:** Shopware 6 (German)
**Created:** [6. Juli 2023 um 11:51 UTC](https://forum.shopware.com/t/warum-greift-box-standard-html-twig-nicht/100412 "2023-07-06T11:51:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![R4M](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/r4m/32/9983_2.png) [@R4M](https://forum.shopware.com/u/R4M)
#### Post date: [6. Juli 2023 um 11:51 UTC](https://forum.shopware.com/t/warum-greift-box-standard-html-twig-nicht/100412/1 "2023-07-06T11:51:43Z")

</div>

Bin schon wieder am verzweifeln …

in einem SW 6.4.20.x muss ich eine eigene „box-standard.html.twig“ anlegen. So weit so gut. Also zum Test wie folgt vorbereitet:

```auto
{% sw_extends '@Storefront/storefront/component/product/card/box-standard.html.twig' %}

{% block component_product_box_content %}
  TEST
  
  {{ parent() }}
  
{% endblock %}

```

Das eigene Template greift zwar bei der Suche aber nicht im Listing, obwohl hier explizit Standard eingestellt ist. **Warum greift das nicht?**
