mirror of https://github.com/zulip/zulip.git
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}}
|