From 1e38c726dc1d7682565c53290631b23be76cc883 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 20 Jan 2023 19:14:39 +0100 Subject: [PATCH] Homepage: Add placeholder text --- templates/home.tmpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/home.tmpl diff --git a/templates/home.tmpl b/templates/home.tmpl new file mode 100644 index 0000000..55f732d --- /dev/null +++ b/templates/home.tmpl @@ -0,0 +1,25 @@ +{{template "base/head" .}} + +
+
+
+
+

+ {{AppName}} +

+

+ Welcome to the Blender Projects portal! + This is where all the official initiatives are coordinated and managed. + Read on to find out how to get involved, report bugs, see what's happening, + and discover resources and documentation. +

+
+

projects.blender.org is currently under development.

+

For Blender development updates go to developer.blender.org.

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