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) %>
<% } %>