#copy
The #copy directive tells to the Metagen that the current file should not be processed by Handlebars. Such files will be just copied.
- Input
- Payload
- Output
{#copy}template.hbs
{{value}}
{ "value": "42" }
template.hbs
{{value}}
The #copy directive tells to the Metagen that the current file should not be processed by Handlebars. Such files will be just copied.
{{value}}
{ "value": "42" }
{{value}}