var nonRepeatHtml = Object.keys(this.nonRepeat).reduce(function(acc, key) {
      return acc + self.nonRepeat[key].asHtml(linkResolver);
    }, "");