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>
<head>
<style>
/* Naming a family even a generic one is what every real
template does, and is what keeps this fixture's report clean:
text painted in a family the page named nothing for is reported
as font-default. */
body { font-family: sans-serif; }
</style>
</head>
<body>
<h1>Examples template</h1>
Hello, {{name}}!
</body>
</html>