From 067ee4d66d0174be408d4051148f33b9a428ac3b Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 28 Jun 2023 21:05:01 -0500 Subject: first commit --- templates/projects.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/projects.html (limited to 'templates/projects.html') diff --git a/templates/projects.html b/templates/projects.html new file mode 100644 index 0000000..9c7f12d --- /dev/null +++ b/templates/projects.html @@ -0,0 +1,15 @@ +{{ define "meta"}} + Projects + +{{ end }} +{{ define "main" }} +

Projects

+

Current posted industrial and automotive design projects.

+
+ +{{ range .Contents }} +{{ printf "%s" .Thumbnail }} +{{ end }} + + Top +{{ end }} \ No newline at end of file -- cgit v1.2.3