shithub: werc

ref: 61134a47da0edd28d916d56dd952f0e6e47f5ed9
dir: /sites/werc.cat-v.org/docs/rc_template_lang.md/

View raw version
Rc template language
====================

Implemented by Kris, thanks!

Basic syntax:

* Lines starting with % are executed as rc commands, the resulting output is inserted in the document.
* use %{ and %} to delimit multi line sections of rc code (note the lack of space between % and { or }!
* To 'inline' the value of an environment variable use `%($my_var%)`

That is basically it!