From 526636bdd7cb6b05ac472218ba4297feea2ade9c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 25 Jun 2024 22:42:43 +0400 Subject: [PATCH] Enclose content of a page in
for semantics. --- web/base.templ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/base.templ b/web/base.templ index 1cdcaaf..79ccce9 100644 --- a/web/base.templ +++ b/web/base.templ @@ -35,7 +35,9 @@ templ base(title, description, keywords, canonical string, head templ.Component) @navigation(title) - { children... } +
+ { children... } +