From b9b6688c8751b3ff0fe89655683af48eff195501 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 28 Oct 2024 13:56:00 +0100 Subject: feat: Add skeleton login page --- templates/login.qtpl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/login.qtpl (limited to 'templates/login.qtpl') diff --git a/templates/login.qtpl b/templates/login.qtpl new file mode 100644 index 0000000..eee5711 --- /dev/null +++ b/templates/login.qtpl @@ -0,0 +1,31 @@ +{% code +type LoginPage struct { +} +%} + +{% func (p *LoginPage) Title() %}Hello{% endfunc %} + +{% func (p *LoginPage) Navbar() %}{%= Navbar(Login) %}{% endfunc %} + +{% func (p *LoginPage) Content() %} +
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+{% endfunc %} + +{% func (p *LoginPage) Script() %} +{% endfunc %} -- cgit v1.2.3