I'm looking for a Handlebars helper that will help me exclude based on whether the expression is equal to any string in a list of strings.
Something like
{{#if expression != [strings, to, be, excluded]}}
Any ideas?
2.1m questions
2.1m answers
60 comments
57.0k users