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?

