Auto – Attributes

Same example as Auto – Rendering but assigning a value to an attribute instead of a node.

Hello <a class="who site@href" href="#"></a>
var data = {who:'BeeBole!', site:'http://beebole.com'};

The result is:

Hello <a class="who site" href="http://beebole.com">BeeBole!</a>

Here is an example: