summaryrefslogtreecommitdiff
path: root/examples/templates/index.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'examples/templates/index.mustache')
-rw-r--r--examples/templates/index.mustache13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/templates/index.mustache b/examples/templates/index.mustache
new file mode 100644
index 0000000..9933064
--- /dev/null
+++ b/examples/templates/index.mustache
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ </head>
+ <body>
+ {{meta.project}}
+ <ul>
+ {% for project in projects %}
+ <li>{{project.id}}</li>
+ {% endfor %}
+ </ul>
+ </body>
+</html>