-
Notifications
You must be signed in to change notification settings - Fork 1
Templating
Christopher Wood edited this page Dec 27, 2024
·
2 revisions
Currently, the only templating supported is a very simple character substitution via the % character.
<!-- this div will display as "foo" -->
<div asdf="foo">%asdf</div>
The templating capabilities might expand in the future, but right now, building documents can be done with scripts so it's not very high on the todo list