diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-18 13:14:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-18 13:30:24 +0100 |
commit | 9468d2a769c726c9612f383f785501933f330232 (patch) | |
tree | 7a4f0bedd2ed9ee18d56d2391991cf84f52bcbb7 /src/templating/test7/node.mustache | |
parent | 8a6d67a3178bad3ae0c0d01bed8c36b3a1e9b7b8 (diff) |
-update mustach
Diffstat (limited to 'src/templating/test7/node.mustache')
-rw-r--r-- | src/templating/test7/node.mustache | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templating/test7/node.mustache b/src/templating/test7/node.mustache new file mode 100644 index 000000000..4154b12ba --- /dev/null +++ b/src/templating/test7/node.mustache @@ -0,0 +1,4 @@ +<{{data}}> +{{#children}} + {{> node}} +{{/children}} |