{{#name}}
Hello {{name}},
{{/name}} {{^name}}
Hello there,
{{/name}} {{#each items}}
{{this.product}} - {{&price_html}}
{{/each}} {{#if showFooter}} {{/if}}