hi, i use this, to add css to the template, for me its very usefull maybe you want to add to the library
processElements("data-style", template, data, settings, function ($elem, value) {
$elem.css(applyFormatters($elem, value, "content", settings));
});