mustache_partials
Mustache partials incl. a Markdown partial.
Browse this template in the repository →
The PDFs below are rendered live by PDF Server from the shipped examples.
default
Inputs
Render data
default
{}Template
template.mustache
<body>
<h1>Template with includes</h1>
{{> preamble }}
{{> content }}
{{> section }}
{{> appendix }}
</body>Partials
partials/appendix.mustache
<h2>appendix</h2>partials/content.mustache
<h2>Content</h2>partials/preamble.mustache
<h2>Preamble</h2>partials/section.mustache.md
# Markdown Section
First paragraph.
Second paragraph.
1. First point
2. Second point