# Including content from one template in another template

**URL:** <https://meta.discourse.org/t/including-content-from-one-template-in-another-template/36587>\
**Category:** UX\
**Created:** [2015年十二月11日 19:53 UTC](https://meta.discourse.org/t/including-content-from-one-template-in-another-template/36587 "2015-12-11T19:53:48Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![Mark\_Zegarelli](https://avatars.discourse-cdn.com/v4/letter/m/ce7236/32.png) [@Mark\_Zegarelli](https://meta.discourse.org/u/Mark_Zegarelli)\
**Post date:** [2015年十二月11日 19:53 UTC](https://meta.discourse.org/t/including-content-from-one-template-in-another-template/36587/1 "2015-12-11T19:53:48Z")

</div>

I have a request to create a “top users” widget of sorts that will appear on the front page.

My idea is to use content and layout from the `/users` page pulled in to an area on my front page.

Is this possible through updating the handlebar templates in `<script>` tags?

Thanks.

---

<div class="post-metadata">

**Author:** ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)\
**Post date:** [2015年十二月11日 20:55 UTC](https://meta.discourse.org/t/including-content-from-one-template-in-another-template/36587/2 "2015-12-11T20:55:46Z")

</div>

Probably, there is an outlet, it would incur an extra http call on the front page that is not super desirable.

Start with a visual mockup of what you are after.

---

<div class="post-metadata">

**Author:** ![almone](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/almone/32/120777_2.png) [@almone](https://meta.discourse.org/u/almone)\
**Post date:** [2017年八月17日 20:14 UTC](https://meta.discourse.org/t/including-content-from-one-template-in-another-template/36587/3 "2017-08-17T20:14:10Z")

</div>

I have exactly the same request for “top users” widget on front page.  
Did you solve you task?
