diff options
Diffstat (limited to 'examples/templates/page.mustache')
| -rw-r--r-- | examples/templates/page.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/templates/page.mustache b/examples/templates/page.mustache new file mode 100644 index 0000000..f7d899f --- /dev/null +++ b/examples/templates/page.mustache @@ -0,0 +1,5 @@ +woop +<h1>{{page.title}}</h1> +<p> + {{page.body}} +</p> |
