onRender: function () {
      this.tags.on('sync', _.bind(this.renderTags, this));
      this.renderTags();
    },