mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +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}}
|