From cbf64a8a5c7d748722369a2ec47c1230650d7b88 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 29 Jan 2020 20:45:21 -0500 Subject: authentication --- templates/login.hbs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/login.hbs (limited to 'templates') diff --git a/templates/login.hbs b/templates/login.hbs new file mode 100644 index 0000000..074122d --- /dev/null +++ b/templates/login.hbs @@ -0,0 +1,19 @@ +{{#*inline "page"}} +{{#if message}} + {{ message }} +{{/if}} +
+
+ + +
+
+ + +
+
+ +
+
+{{/inline}} +{{~> (parent)~}} -- cgit v1.2.3