Minimal Mustache template with a single variable.

Browse this template in the repository →

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

default

Your browser can’t display this PDF inline.

Download the PDF — mustache_template / default.

mustache_template / default — Download PDF

Inputs

Render data

default

{
  "value": 123
}

Template

template.mustache

<html><body><h1>{{value}}</h1></body></html>