function isCategoryHelper(category?) {
  if (category) {
    return this.page.category === category;
  }