From e359eaaebd7270476075ca9e08b7b53fb9e69f24 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 19 Jul 2023 20:12:07 +0200 Subject: feat: Move register from `html/template` to qtpl --- templates/register.qtpl | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 templates/register.qtpl (limited to 'templates/register.qtpl') diff --git a/templates/register.qtpl b/templates/register.qtpl new file mode 100644 index 0000000..115edfe --- /dev/null +++ b/templates/register.qtpl @@ -0,0 +1,35 @@ +{% code +type RegisterPage struct {} +%} + +{% func (p *RegisterPage) Title() %}Login{% endfunc %} + +{% func (p *RegisterPage) Content() %} +

Initial Setup

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+{% endfunc %} + +{% func (p *RegisterPage) Script() %} +{% endfunc %} -- cgit v1.2.3