summaryrefslogtreecommitdiff
path: root/examples/www
diff options
context:
space:
mode:
Diffstat (limited to 'examples/www')
-rw-r--r--examples/www/index.mustache13
-rw-r--r--examples/www/page.mustache5
-rw-r--r--examples/www/project.mustache2
3 files changed, 0 insertions, 20 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>
diff --git a/examples/www/page.mustache b/examples/www/page.mustache
deleted file mode 100644
index f7d899f..0000000
--- a/examples/www/page.mustache
+++ /dev/null
@@ -1,5 +0,0 @@
-woop
-<h1>{{page.title}}</h1>
-<p>
- {{page.body}}
-</p>
diff --git a/examples/www/project.mustache b/examples/www/project.mustache
deleted file mode 100644
index dac1d8d..0000000
--- a/examples/www/project.mustache
+++ /dev/null
@@ -1,2 +0,0 @@
-babaganuj
-{{project.id}}