commit 06ef7ced9877f5fafb1a62fad64f4e7b6cae6421 Author: Remi Rampin Date: Wed Sep 7 15:40:18 2022 -0400 Check in default home template 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" .}}