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