From bfce76ca79eea5fbee366134f5d9ae6f5b29257d Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 7 Jul 2023 21:42:52 +0200 Subject: [PATCH] ui: show headings on page --- templating/templates/base.html | 7 +++++-- templating/templates/index.html | 10 +++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/templating/templates/base.html b/templating/templates/base.html index 7a0ff9e..20482a5 100644 --- a/templating/templates/base.html +++ b/templating/templates/base.html @@ -12,7 +12,7 @@
-
+
Sprechstunden für Matheveranstaltungen an der TU Darmstadt

Startseite @@ -23,7 +23,10 @@

- {{block "content" .}}Du solltest dies nicht sehen.{{end}} +
+

{{template "title" .}}

+ {{block "content" .}}Du solltest dies nicht sehen.{{end}} +