From ebb7553cc87b5a2504edc8e06ee12375fd925029 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 16:46:26 +0100 Subject: Implement logout --- templates/home.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html index 0b39e11..6a11af3 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,7 +1,18 @@ {{define "title"}}Guichet{{end}} {{define "body"}} -

Guichet

+
+ Bienvenue, {{ .Username }} ! +
+ +
+
+ Gérer mon compte +
+ +
-Welcome, {{ .Username }}! {{end}} -- cgit v1.2.3