What does {{^ mean in handlebars
问题 I have a handlebars template that contains: {{^is mymodel.someproperty}} I don't understand what the significance of the caret symbol is. I've searched around, the only place I'm seeing it is on Handlebars Expressions It's used like so: {{#each nav}} <a href="{{url}}"> {{#if test}} {{title}} {{^}} Empty {{/if}} </a> {{~/each}} What does "{{^" mean in handlebars? It sort of looks like a .NOT. or .ELSE. or something like that. -Eric 回答1: The reason it's not in the handlebars doc is because it's