summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/one.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/templates/one.html b/client/templates/one.html
index 740ade0..5956ccd 100644
--- a/client/templates/one.html
+++ b/client/templates/one.html
@@ -1,3 +1,10 @@
<template name="one">
<h1>one</h1>
+ {{#each photos}}
+ {{> photo}}
+ {{/each}}
+</template>
+
+<template name="photo">
+ <li>{{id}}</li>
</template>