From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- layouts/_default/baseof.html | 14 ++++++++++++++ 1 file changed, 14 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..13f61d2 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,14 @@ + + +{{ partial "head.html" . }} + + + {{ partial "header.html" . }} + + {{ block "main" . }}{{ end }} + + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} + + + \ No newline at end of file -- cgit v1.2.3