From 2f39f46dfcb14e7800af3a3ed4ae419d5629775a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 17:00:15 +0800 Subject: [PATCH] base.html: Initialize for later use --- templates/base.html | 26 ++++++++++++++++++++++++++ diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000000000000000000000000000000000000..67bc7b61d7803b0160d03d4c34999cedfa675c9d --- /dev/null +++ b/templates/base.html @@ -0,0 +1,26 @@ +{{- define "base" -}} + + + + + + + {{ block "title" . }}Lindenii Forge{{ end }} + + +
+ + {{ block "forge-title" . }} + Lindenii Forge + {{ end }} + + + +
+
+ {{ block "main" . }} + {{ end }} +
+ + +{{- end -}} -- 2.48.1