template: function(data) {
            if (!this._template) {
                this._template = Handlebars.compile(TEMPLATE);
            }