summaryrefslogtreecommitdiff
path: root/templates/index.hbs
blob: 76200b8d3bf52b362d191360fa2c8e81d4cf1817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{#*inline "page"}}
{{#if user}}
    <p>Logged in as {{ user }}</p>
    <p><a href="/link_strava">Link strava account</a></p>
{{/if}}
<p>Message: {{ message }}</p>
{{#each entries}}
    {{#each this }}
        (thing {{this}})
    {{/each}}
{{/each}}
{{/inline}}
{{~> (parent)~}}