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/_default/baseof.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..a11fb92 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} + +
+ {{- block "main" . }}{{- end }} +
+ + -- cgit v1.2.3