I believe templates that you include will have access to the current
request.vars. You should even be able to call functions from views (though
they would have to return HTML or some objects your view can then handle).
On Saturday, July 2, 2011 2:59:44 PM UTC-4, LightOfMooN wrote:
> Yes, I can include templates with {{include}}, but I can't process
> vars by that way.
>
> On 2 июл, 23:38, pbreit <[email protected]> wrote:
> > I don't know if this would work for you but you can compartmentalize view
>
> > snippets and {{include}} them:
> > {{include './html/item-box.html'}}
> >
> > I have zero desire to for JavaScript-less support.