clean up of files and fixed docs

This commit is contained in:
cozis
2023-06-29 19:38:44 +02:00
parent 2b138a8764
commit 56927aba1f
16 changed files with 161 additions and 1328 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ cat page.tt | ./tt params.json > page.html
```
## Internals
TinyTemplate works by compiling a template string into a bytecode program, and then evaluating the program to generate the output.
TinyTemplate works by compiling a template string into a bytecode program, and then evaluating the program to generate the output. (TODO)