YAML planner referencing nested template names.

Composition — merges multiple templates into one PDF. Browse this template in the repository →

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

example-0

Your browser can’t display this PDF inline.

Download the PDF — composition:recursive / example-0.

composition:recursive / example-0 — Download PDF

Inputs

Render data

example-0

examples/example-0.json

{
  "value": "Zero example"
}

Data schema

schema.json

{
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    }
  }
}

Template

composition.yaml

templates:
- templateName: recursive/level-1
- templateName: recursive/sub-level-1/level-2
- templateName: recursive/sub-level-1/sub-level-2/level-3