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