Skip to content
Florian Süsstrunk edited this page Oct 20, 2016 · 24 revisions

Handlebars

Handling Data

Dynamic Partials

In order to include partial based on data the handlebars helper dynamicPartial can be used. please follow the examples on this page: Handlebars Page

Passing data to partials

data is passed either by the global data object or by passing it directly as options in the include tag.

{{> "modules/mymodule/mymodule" title="Today is Thursday" state="cloudy"}}

estatico is made by unic & the community. feel free to give feedback and extend these documents

Clone this wiki locally