subtemplate {renderer(data, helpers, nodeList)}:
If the special tag has content,
the content can be rendered with subtemplate. For example:
callbacks.tag("foo-bar", function(el, tagData){
var frag = tagData.subtemplate(tagData.scope, tagData.options);
$(el).html(frag);
});