From a324ba7b649840c16d365b757b19db2849991f11 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 30 Jun 2025 14:48:34 +0200 Subject: WIP --- themes/conspiracy/layouts/baseof.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 themes/conspiracy/layouts/baseof.html (limited to 'themes/conspiracy/layouts/baseof.html') diff --git a/themes/conspiracy/layouts/baseof.html b/themes/conspiracy/layouts/baseof.html new file mode 100644 index 0000000..9557f19 --- /dev/null +++ b/themes/conspiracy/layouts/baseof.html @@ -0,0 +1,22 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} + {{- block "main" . }}{{- end }} + {{- partial "footer.html" . -}} + + + + -- cgit