The input text for a template is UTF-8-encoded text in any format.
"Actions"--data evaluations or control structures--are delimited by
"{{" and "}}"; all text outside actions is copied to the output unchanged.
-Actions may not span newlines.
+Actions may not span newlines, although comments can.
Once constructed, templates and template sets can be executed safely in
parallel.
*/
// {{/* a comment */}}
-// A comment; discarded. Comments do not nest.
+// A comment; discarded. May contain newlines.
+// Comments do not nest.
/*
{{pipeline}}