{{#getPost}} helper
{{getPost}} is a helper used to retrieve post data regardless of the current context.
Syntax:
{{#getPost postID}}
...
{{/getPost}}
Example:
{{#getPost 10}}
<h2>{{title}}</h2>
{{{excerpt}}}
{{/getPost}}
IMPORTANT: It requires availability of the @website.contentStructure
global variable