diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2020-01-28 21:18:50 -0500 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2020-01-28 21:18:50 -0500 |
commit | 94cbd545217d85f6e975131ee70a26194b7fdb3c (patch) | |
tree | 36e788b6554662db8e2fdcfd9358d9afc6d57384 /templates/index.hbs |
Initial rocket app framework
Diffstat (limited to 'templates/index.hbs')
-rw-r--r-- | templates/index.hbs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.hbs b/templates/index.hbs new file mode 100644 index 0000000..f61c517 --- /dev/null +++ b/templates/index.hbs @@ -0,0 +1,5 @@ +{{#*inline "page"}} +<p>Message: {{ message }}</p> +<p><a href="/link_strava">Link strava account</a></p> +{{/inline}} +{{~> (parent)~}} |