diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-10 15:26:51 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-10 15:26:51 +0300 |
| commit | fbd92e7ca12ddcced8b97c6b816f356ffc1ed80c (patch) | |
| tree | 52a657c2af7a262297ead57cd47d66636900aa14 /client/templates/photos.html | |
| parent | 249a424970bf066efcd9c3d1b3a40541e6f66843 (diff) | |
Rename some routes
Diffstat (limited to 'client/templates/photos.html')
| -rw-r--r-- | client/templates/photos.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html new file mode 100644 index 0000000..565e0cc --- /dev/null +++ b/client/templates/photos.html @@ -0,0 +1,9 @@ +<template name="photos"> + {{#each photos}} + {{> photo}} + {{/each}} +</template> + +<template name="photo"> + <img src="{{images.thumbnail.url}}"> +</template> |
