Functional Helpers
Functional helpers are used to work with data objects. Use this reference list to discover what each handlebars helper can do when building a custom Ghost theme.
Tag | Description |
---|---|
foreach | Loop helper designed for working with lists of posts |
get | Special block helper for custom queries |
has | Like {{#if}} but with the ability to do more than test a boolean |
if | Test very simple conditionals |
is | Check the context of the current route |
match | Compare two values for equality |
unless | The opposite of {{#if}} |