From 06ef7ced9877f5fafb1a62fad64f4e7b6cae6421 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Wed, 7 Sep 2022 15:40:18 -0400 Subject: [PATCH] Check in default home template --- templates/home.tmpl | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 templates/home.tmpl diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..2d07f65 --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,53 @@ +{{template "base/head" .}} +
+
+
+
+ +
+
+

+ {{AppName}} +

+

{{.i18n.Tr "startpage.app_desc"}}

+
+
+
+
+
+

+ {{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}} +

+

+ {{.i18n.Tr "startpage.install_desc" | Str2html}} +

+
+
+

+ {{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}} +

+

+ {{.i18n.Tr "startpage.platform_desc" | Str2html}} +

+
+
+
+
+

+ {{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}} +

+

+ {{.i18n.Tr "startpage.lightweight_desc" | Str2html}} +

+
+
+

+ {{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}} +

+

+ {{.i18n.Tr "startpage.license_desc" | Str2html}} +

+
+
+
+{{template "base/footer" .}}