mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
4 lines
131 B
Handlebars
4 lines
131 B
Handlebars
{{#if (and)}}<p>empty and</p>{{/if}}
|
|
{{#if (and true last)}}<p>last and</p>{{/if}}
|
|
{{#if (and false true)}}<p>false and</p>{{/if}}
|