zulip/web/tests/templates/and.hbs

4 lines
131 B
Handlebars
Raw Normal View History

{{#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}}