Server side rendering templates with subtemplates

Hi there,

Is it possible to do SSR where the compiled template has to render some other templates using something like {{ #each posts }}?

I see that in https://meteorhacks.com/server-side-rendering/ it renders the compiled html file, but I’d like to know if the composition is possible in SSR

Thanks

1 Like