From cd01e380e0850490c54f2103c1311146cb4cfe4c Mon Sep 17 00:00:00 2001 From: elliot_ <112902069+akatiggerx04@users.noreply.github.com> Date: Wed, 7 Sep 2022 01:00:22 +0300 Subject: First Main 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..5f8e2ec --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} + + -- cgit v1.2.3