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