Skip to main content

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

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

Download PDF — examples_template / alice

bob

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

Download PDF — examples_template / 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>