From 00ad5932d73fca7ec60acf5a6fa64bab6fed0224 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 17 Nov 2023 17:10:16 +0530 Subject: first commit --- layouts/index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..e0e8308 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "main" }} + {{ .Content }} +{{ end }} -- cgit v1.2.3