Skip to main content

recursive/level-1

An example template.

Browse this template in the repository →

The PDFs below are rendered live by PDF Server from the shipped examples.

example-0

Your browser can’t display this PDF inline — use the download link below.

Download PDF — recursive/level-1 / example-0

Inputs

Render data

example-0

examples/example-0.json

{
"value": "Zero example"
}

Data schema

schema.json

{
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}

Template

template.handlebars

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Level 1</h1>

<p><em>Value:</em> {{value}}</p>
</body>
</html>