Recipes
This page includes helpful snippets for usage in your templates.
Initial context​
Displays the initial context within which the template is executed.
Please take a look at the documentation for Handlebars variables.
Iterate through all fields in each record​
The Render template toggle should be set as All rows
in the plugin options.
Conditional content​
This snippet shows how to display different content based on specific conditions.
Specific row in the data​
To reference a specific row in the returned dataset, set the Render template toggle as All rows
.
Handlebars variables​
This snippet shows how to iterate through an array of data and display the title of the third item of the array with the @index
variable.