You'll want to use the data helper in Mustache.
- {{#items}}
- <div class="item" {{data 'model'}}>{{name}}</div>
- {{/items}}