-
Hello and thank you for your precious work! I was wondering if is possible to conditional render something in an email template, i have something like this: `Nome: {{name}} Company: {{company}} Applicazioni: {{applications}} Telefono: {{phone}}` I would like to render Company: only if company is not null or undefined, is it possible? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
creazy231
Sep 4, 2024
Replies: 1 comment 1 reply
-
related to this post on https://stackoverflow.com/questions/8548943/how-to-handle-an-if-statement-in-a-mustache-template it should be possible using
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lapenji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to this post on https://stackoverflow.com/questions/8548943/how-to-handle-an-if-statement-in-a-mustache-template it should be possible using