From f4ab51267e375ce9ba6466dd14d08a731df0243b Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 26 Jul 2020 14:48:28 +0200 Subject: [PATCH] updating sendgrid template --- doc/sendgrid-email-template.hbs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/sendgrid-email-template.hbs b/doc/sendgrid-email-template.hbs index 321002a..1b715f6 100644 --- a/doc/sendgrid-email-template.hbs +++ b/doc/sendgrid-email-template.hbs @@ -148,11 +148,13 @@
- {{this.title}} + {{this.title}}
- Size: {{this.size}} + Size: {{#if this.size}}{{this.size}}{{else}}unknown{{/if}}
- {{this.address}} + Price: {{#if this.price}}{{this.price}}{{else}}unknown{{/if}} +
+ {{#if this.address}}{{this.address}}{{else}}unknown{{/if}}
{{this.link}}