examples_template
Multiple named example datasets.
Browse this template in the repository →
The PDFs below are rendered live by PDF Server from the shipped examples.
alice
bob
Inputs
Render data
alice
examples/alice.json
{
"name": "Alice"
}bob
examples/bob.json
{
"name": "Bob"
}Template
template.mustache
<html>
<body>
<h1>Examples template</h1>
Hello, {{name}}!
</body>
</html>