Including content from one template in another template

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.

1 Like

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.

1 Like

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