Pebble
pebble is a templating engine inspired by Twig and similar to the Python Jinja Template Engine syntax.
Extra argument
base-uri
pebble supports the import of templates (ie template block) in other template. This block are imported from a base directory.
To support template block, Tabulify adds the base-uri argument to the template operation where you can define a directory uri.
Example from the script directory defining a pebble subdirectory.
- name: "template"
op: template
args:
engine: "pebble"
base-uri: "pebble@sd"
...