# Template-Include samt Controller in anderes Template?

**URL:** https://forum.shopware.com/t/template-include-samt-controller-in-anderes-template/57697
**Category:** Programmierung
**Created:** [25. Januar 2019 um 16:16 UTC](https://forum.shopware.com/t/template-include-samt-controller-in-anderes-template/57697 "2019-01-25T16:16:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FloC3](https://avatars.discourse-cdn.com/v4/letter/f/838e76/32.png) [@FloC3](https://forum.shopware.com/u/FloC3)
#### Post date: [25. Januar 2019 um 16:16 UTC](https://forum.shopware.com/t/template-include-samt-controller-in-anderes-template/57697/1 "2019-01-25T16:16:31Z")

</div>

Hallo, gibt es eine Möglichkeit, in ein Template ein anderes Template mit samt Controller und Daten-Laden einzubinden?

Ich möchte quasi die Funktionen, die im Standard auf zwei verschiedenen Seiten sind, auf einer verschmelzen.

---

<div class="post-metadata">

### Author: ![Lukaschel](https://avatars.discourse-cdn.com/v4/letter/l/e56c9b/32.png) [@Lukaschel](https://forum.shopware.com/u/Lukaschel)
#### Post date: [26. Januar 2019 um 12:33 UTC](https://forum.shopware.com/t/template-include-samt-controller-in-anderes-template/57697/2 "2019-01-26T12:33:29Z")

</div>

Hallo,

vielleicht hilft dir das:

```
{action module=widgets controller=checkout action=info}

```

so wird zum Beispiel in die Shop Navigation der Warenkorb mit eingebunden. (Beispiel stammt aus themes/Frontend/Bare/frontend/index/shop-navigation.tpl)

Grüße Lukaschel
