imported client release

This commit is contained in:
2024-12-15 09:21:45 -06:00
parent d7244f8c6a
commit f6b34690f1
212 changed files with 11652 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
export data=$'line 1\nline 2'
cat <<EOF | ../mo
Here is a partial without an indent:
{{> partial}}
And here's the same partial with a 4-space indent:
{{> partial}}
:-)
EOF