zulip/frontend_tests/node_tests/templates/and.hbs

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