From 8eaf5920bea9d3920ba1de20a1bb82bb7cc88347 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 14 Feb 2025 01:29:58 +0100 Subject: Added a bit of html tags --- templates/page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 8c38e82..90c15df 100644 --- a/templates/page.html +++ b/templates/page.html @@ -5,7 +5,9 @@ {{ define "content" }}
-

{{ .Page.Title }}

+
+

{{ .Page.Title }}

+
{{ .Page.HTML }}
{{ end }} -- cgit v1.2.3