#hbs
The #hbs directive makes Metagen process the template content with Handlebars.
- Input
- Payload
- Output
{#hbs}template.bin
{{value}}
{ "value": "42" }
template.hbs
42
The #hbs directive makes Metagen process the template content with Handlebars.
{{value}}
{ "value": "42" }
42