From 1d9d5f40fe4092657f529bdba18f6f52511eea00 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 19 Jul 2023 19:50:54 +0200 Subject: feat: Move login from `html/template` to qtpl --- templates/login.qtpl | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 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..b8aa98c --- /dev/null +++ b/templates/login.qtpl @@ -0,0 +1,33 @@ +{% code +type LoginPage struct {} +%} + +{% func (p *LoginPage) Title() %} +Login +{% endfunc %} + +{% func (p *LoginPage) Content() %} +
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+{% endfunc %} + +{% func (p *LoginPage) Script() %} +{% endfunc %} -- cgit v1.2.3