Skip to content
OlaviSau edited this page Jul 1, 2015 · 6 revisions

Just a quick overview of new features/changes, NOT COMPREHENSIVE Some code from http://colintoh.com/blog/htmlbars

Classes `{{!-- Handlebars Method --}}

....

{{!-- HTMLBar Method --}}

....
`

Binds <div style="color:{{divColor}}"> .... </div>

Inline If helper `{{!-- Current Method --}} {{#if authenticated}} I'm logged in too! {{/if}}

{{!-- HTMLBar Method --}} {{if authenticated "I'm logged"}} `

Clone this wiki locally