{{#getAuthor}} helper
{{#getAuthor}} is a helper used to retrieve author data regardless of the current context.
Syntax:
{{#getAuthor AUTHOR_ID}}
...
{{/getAuthor}}
Alternative syntax:
{{#getAuthor "AUTHOR_USERNAME"}}
...
{{/getAuthor}}
Example:
{{#getAuthor 10}}
<a href="{{url}}">{{name}}</a>
{{/getAuthor}}
IMPORTANT: It requires availability of the @website.contentStructure
global variable