{{#getTag}} helper
{{getTag}} is a helper used to retrieve tag data regardless of the current context.
Syntax:
{{#getTag tagID}}
...
{{/getPost}}
Example:
{{#getTag 10}}
<a href="{{url}}">{{name}}</a>
{{/getTag}}
IMPORTANT: It requires availability of the @website.contentStructure
global variable