mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 19:33:32 -04:00
feat: Added mustache templating.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
data: {
|
||||
name: "Kilgarvan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
Begin layout >>
|
||||
{{content}}
|
||||
<< End layout
|
||||
@@ -0,0 +1 @@
|
||||
Hello, this is {{name}}.
|
||||
Reference in New Issue
Block a user