Category: '><%- ctx.tag.category %>
Aliases:
    <% for (let name of ctx.tag.names.slice(1)) { %>
  • <%= ctx.makeTagLink(name, false, false, ctx.tag) %>
  • <% } %>
Implications:
    <% for (let tag of ctx.tag.implications) { %>
  • <%= ctx.makeTagLink(tag.names[0], false, false, tag) %>
  • <% } %>
Suggestions:
    <% for (let tag of ctx.tag.suggestions) { %>
  • <%= ctx.makeTagLink(tag.names[0], false, false, tag) %>
  • <% } %>

<%= ctx.makeMarkdown(ctx.tag.description || 'This tag has no description yet.') %>

This tag has '><%- ctx.tag.postCount %> usage(s).