render: function() {
    this.$el.html(this.template());
    this._initViews();
    return this;
  },