handlebars_partials
Handlebars partials incl. a Markdown partial and a nested one.
Browse this template in the repository →
The PDFs below are rendered live by PDF Server from the shipped examples.
example_1
Inputs
Render data
example_1
examples/example_1.json
{
"value": "$123 456",
"items": [
"First item",
"Second item",
"Third item"
],
"isEnabled": true
}
PDF parameters
params.json
{
"pdf": {
}
}
Template
header.handlebars
template.handlebars
Partials
partials/content.handlebars.md
Document number: {{ value }}
{{#each items }}
1. {{ this }}
{{/each }}
partials/inner/inner.handlebars