You can do
{{=LOAD('default', 'foo.load', ajax=True, target='bar')}}and you get <div id="bar"></div> is that good enought? On Sep 15, 3:09 pm, scausten <[email protected]> wrote: > Would it be possible to add the ability to pass _class (in the same > way as with HTML Helpers) to the LOAD function, i.e.: > > {{=LOAD('default', 'foo.load', ajax=True, _class="bar")}} > > to generate > > <div id="c569551032222" class="bar">loading...</div> > > Or is there a better way?

