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