On Dec 22, 3:12 am, mdipierro <[email protected]> wrote: > If you put {{include 'recentPosts.html'}} in layout.html than the view > 'recentPosts.html' is included in the layout but the corresponding > action is not called. > > Try replace > > {{include 'recentPosts.html'}} > > with > > {{=LOAD('default','recentPosts',ajax=True)}} > > On Dec 21, 6:53 am, nic <[email protected]> wrote: >
Thanks Massimo, Works fine :)

