From 45599e9803f884257d3e52d2b14904bf978e4055 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Sun, 23 Jul 2023 16:56:16 +0200 Subject: [PATCH] G Pas --- templates/home.html | 4 +++- templates/layout.html | 17 +++++++++++++++-- templates/login.html | 4 ++-- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/templates/home.html b/templates/home.html index 4e43e29..3f17fa1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,6 @@ -{{define "title"}}{{end}} +{{define "title"}}Home {{end}} + + {{define "body"}}
diff --git a/templates/layout.html b/templates/layout.html index d555b88..90e12cf 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -47,6 +47,7 @@ +
diff --git a/templates/login.html b/templates/login.html index c152e36..251d4ca 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,8 +1,8 @@ {{define "title"}}LesGV.com{{end}} + + {{define "body"}} - -