summaryrefslogtreecommitdiff
path: root/templates/index.hbs
blob: 66d89ac0616f4215acdd6e94a4ef981a42ff5924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{#*inline "page"}}
{{#if user}}
    <p>Logged in as {{ user }}</p>
{{/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)~}}