From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- html/main/index.tmpl.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 html/main/index.tmpl.html (limited to 'html/main/index.tmpl.html') diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html new file mode 100644 index 0000000..5c60a6c --- /dev/null +++ b/html/main/index.tmpl.html @@ -0,0 +1,24 @@ +{{ define "title" }}Home{{end}} +{{ define "description" }}Homepage{{end}} +{{ define "keywords" }}home{{end}} + +{{ define "main" }} +

alexscerba.com

+
+

My place to:

+

showcase design projects.
post life updates.
bulid web-development skills.

+
+
+

Latest Design Projects

+
+{{ range .Contents }} +
+ + {{ .Image }} +
{{ .Title }}
+
+
+{{ end }} +
+
+{{ end }} \ No newline at end of file -- cgit v1.2.3