summaryrefslogtreecommitdiff
path: root/templates/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.hbs')
-rw-r--r--templates/index.hbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.hbs b/templates/index.hbs
index 238e5e2..66d89ac 100644
--- a/templates/index.hbs
+++ b/templates/index.hbs
@@ -4,5 +4,10 @@
{{/if}}
<p>Message: {{ message }}</p>
<p><a href="/link_strava">Link strava account</a></p>
+{{#each entries}}
+ {{#each this }}
+ (thing {{this}})
+ {{/each}}
+{{/each}}
{{/inline}}
{{~> (parent)~}}