Handlebars helpers

This page demonstrates the use of a some handlebars helpers (see helpers/handlebars.js).

WARNING: Use them with caution, they currently won't work on the client-side when precompiling templates.


Dynamic partial (demo/modules/slideshow/slideshow)

Bill Murray 1
Bill Murray 2
Bill Murray 3

Dynamic partial with placeholder in name ("demo/modules/slideshow/{{partialPlaceholder}}")

Bill Murray 1
Bill Murray 2
Bill Murray 3

Dynamic partial inside each loop

Bill Murray 1
Bill Murray 2
Bill Murray 3

Comparisons: Check if string contains substring

"hello world" contains "hello"

Comparisons: Check if string is equal to other string

"hello world" is equal to "hello world"