mustache_template
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
Inputs
Render data
default
{
"value": 123
}Template
template.mustache
<html><body><h1>{{value}}</h1></body></html>