coming from ROR where it's easy to cache partials (parts of templates) I couldn't find a way to cache just parts of my template easily without going back to the cache low level API.
What's the suggested strategy for caching for example the home page
which will be hit lots of times, in case where I use sessions and need
to display the "hello {{ user.name }}" somewhere etc.

