diff -r 483d99ba1b16 -r c3c5a089072a features.en.yhtml2 --- a/features.en.yhtml2 Thu Apr 08 14:42:47 2021 +0200 +++ b/features.en.yhtml2 Thu Apr 08 15:17:25 2021 +0200 @@ -992,7 +992,7 @@ Code | include reverse part*.yml2 - p > If there are the files part1.yml, part2.yml and part3.yml, part3.yml is included first now. + p > If there are the files part1.yml2, part2.yml2 and part3.yml2, part3.yml2 is included first now. p > To include plain text as text nodes, you can use: @@ -1002,6 +1002,13 @@ Code | include xml some.xml + p > If there is a file mask or a filename in a pointer you can include indirectly: + + Code || + declare files = "*.yml2" + include from *files + || + h2 id=python > Escaping into Python – the Escape Operator ! p > You can insert a Python command at any place by using the «!» operator: