{{{key}}}

  • function
can.stache.tags.unescaped  

Insert the unescaped value of the key into the output of the template.

{{{key}}}

Behaves just like {{key}} and {{helper}} but does not escape the result.

Parameters

  1. key {key}

    A key that references a value within the current or parent context. If the value is a function or can.compute, the function's return value is used.

Returns

{String | function() | *}