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"}} - -