1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
hello.hms Any text before the context or template block is just a comment. It will not be output. --- context --- greeting: echo hello list: | for v in foo bar baz; do echo "* $v" done --- template --- {{greeting}}, world {{list}}