summaryrefslogtreecommitdiff
path: root/examples/www/index.mustache
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-06 14:41:31 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-06 15:27:54 -0400
commit37d5adf48c9c1b3ee326b631828732927797ca4f (patch)
tree238065e667385df6fe082a7b0730cce3665d104f /examples/www/index.mustache
parente3812a56bd699fc9ded7ac66d820c4a4ac845b23 (diff)
Move default template location to templates/
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>