{{#each products}}
  • {{#each this.custom_fields}} {{#if name '===' '_product_tag'}} {{#if value}} {{value}} {{/if}} {{/if}} {{/each}}
    {{#each this.custom_fields}} {{#if name '===' 'Description'}} {{value}} {{/if}} {{/each}}
    {{#if this.stock_level '===' null}} {{else}} {{#if this.stock_level '>' 0}} {{else}} {{/if}} {{/if}} {{this.price.without_tax.formatted}}
    {{!-- --}}
  • {{/each}}