{{#with page}} {{#each info}}
{{#ifEqual type 'important'}}

{{{../title}}}

{{{../content}}}

{{{../title}}}

{{{../content}}}

{{/ifEqual}} {{#ifEqual type 'help'}}

{{{../title}}}

{{{../content}}}

{{{../title}}}

{{{../content}}}

{{/ifEqual}} {{#ifEqual type 'info'}}

{{{../title}}}

{{{../content}}}

{{{../title}}}

{{{../content}}}

{{/ifEqual}}
{{/each}} {{/with}}