From a471baf6ee1b1a05acec23f2de1b74f56f4596a5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 17:21:21 +0200 Subject: feat(backend): handle home --- backend/templates/base.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 backend/templates/base.html (limited to 'backend/templates/base.html') diff --git a/backend/templates/base.html b/backend/templates/base.html new file mode 100644 index 0000000..c994cac --- /dev/null +++ b/backend/templates/base.html @@ -0,0 +1,38 @@ + + + + + + {{ .Title }} + + + +
+ pfp + +
+{{ if .Article }} +
+ {{ template "body" . }} +
+{{ else }} +
+ {{ template "body" . }} +
+{{ end }} + + + \ No newline at end of file -- cgit v1.2.3