feat: Added mustache templating.

This commit is contained in:
Spencer Brower
2026-07-12 13:38:32 -04:00
parent 42d58394ef
commit 8b2dceb679
40 changed files with 7838 additions and 163 deletions
+5
View File
@@ -0,0 +1,5 @@
{
data: {
name: "Kilgarvan"
}
}
+3
View File
@@ -0,0 +1,3 @@
Begin layout >>
{{content}}
<< End layout
+1
View File
@@ -0,0 +1 @@
Hello, this is {{name}}.