summaryrefslogtreecommitdiff
path: root/client/templates/one.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-10 15:26:51 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-10 15:26:51 +0300
commitfbd92e7ca12ddcced8b97c6b816f356ffc1ed80c (patch)
tree52a657c2af7a262297ead57cd47d66636900aa14 /client/templates/one.html
parent249a424970bf066efcd9c3d1b3a40541e6f66843 (diff)
Rename some routes
Diffstat (limited to 'client/templates/one.html')
-rw-r--r--client/templates/one.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/templates/one.html b/client/templates/one.html
deleted file mode 100644
index 65358a2..0000000
--- a/client/templates/one.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<template name="one">
- <h1>one</h1>
- {{#each photos}}
- {{> photo}}
- {{/each}}
-</template>
-
-<template name="photo">
- <img src="{{images.thumbnail.url}}">
-</template>