-
Notifications
You must be signed in to change notification settings - Fork 18
Templating
Florian Süsstrunk edited this page Oct 20, 2016
·
24 revisions
In order to include partial based on data the handlebars helper dynamicPartial can be used. please follow the examples on this page: Handlebars Page
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"}}