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.

Download the PDF — examples_template / alice.

examples_template / alice — Download PDF

bob

Your browser can’t display this PDF inline.

Download the PDF — examples_template / bob.

examples_template / bob — Download PDF

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>