summaryrefslogtreecommitdiff
path: root/templates/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.hbs')
-rw-r--r--templates/index.hbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.hbs b/templates/index.hbs
index f61c517..238e5e2 100644
--- a/templates/index.hbs
+++ b/templates/index.hbs
@@ -1,4 +1,7 @@
{{#*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>
{{/inline}}