function isTagHelper(tag?) {
  if (tag) {
    return this.page.tag === tag;
  }