From 232fda4c4fed0bfc06876cb3c8e8ce355edfeb5f Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Wed, 15 Jun 2022 15:55:14 -0400 Subject: [PATCH] commit the templates --- server/templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 server/templates/index.html diff --git a/server/templates/index.html b/server/templates/index.html new file mode 100644 index 0000000..a1f80ed --- /dev/null +++ b/server/templates/index.html @@ -0,0 +1,12 @@ + +Spring83 + + +{{range $i, $board := .Boards}} + {{if $i}} +
+ {{end}} + {{.Board}} +{{end}} + +