{{else}}

  • function
can.stache.helpers.else  

{{#helper}}BLOCK{{else}}INVERSE{{/helper}}

Creates an inverse block for a helper function's options argument's inverse property.

Parameters

  1. INVERSE {can.stache(template)}

    a stache template coverted to a function and set as the helper function's options argument's inverse property.

Use

For more information on how {{else}} is used checkout:

  • {{if key}}
  • [can.stache.tags.sectionHelper {{#helper}}]