Closed hegemonic closed 9 years ago
Like {{#is}}, but with multiple possible values. Should probably look like this:
{{#is}}
{{#isAny foo 'bar' 'baz'}}foo is either 'bar' or 'baz'{{/isAny}}
Probably not needed, and we can always revisit this if necessary.
Like
{{#is}}
, but with multiple possible values. Should probably look like this:{{#isAny foo 'bar' 'baz'}}foo is either 'bar' or 'baz'{{/isAny}}