From a70bda379ed3fdd1fe421cfc2606d052f7577dfd Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 May 2024 17:27:43 -0400 Subject: Move to template system and adopt the .tmpl.html extension. --- html/index.tmpl.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 html/index.tmpl.html (limited to 'html/index.tmpl.html') diff --git a/html/index.tmpl.html b/html/index.tmpl.html new file mode 100644 index 0000000..8deceba --- /dev/null +++ b/html/index.tmpl.html @@ -0,0 +1,25 @@ +{{ define "title" }}Home{{end}} +{{ define "description" }}Homepage{{end}} +{{ define "keywords" }}home{{end}} + +{{ define "landing" }} +
+
+ Design. + Make. + Tinker. +
+ +
+{{ end }} + +{{ define "main" }} +
+
+

Scerba.org

+

The personal website of Alex Scerba.

+

Check out my blog where I write about various projects, adventures, and life updates.

+

You can see an overview collection of every image in the blog on the gallery page and learn more about me and the site through the about and FAQ pages.

+

Thanks for stopping by!

+
+{{ end }} -- cgit v1.2.3