From 3fe43f85aefedc6223aee45171df483e2f57c381 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 16:19:55 +0100 Subject: Integrate Bootstrap CSS --- templates/home.html | 7 +++++++ templates/layout.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 templates/home.html (limited to 'templates') diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..0b39e11 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,7 @@ +{{define "title"}}Guichet{{end}} + +{{define "body"}} +

Guichet

+ +Welcome, {{ .Username }}! +{{end}} diff --git a/templates/layout.html b/templates/layout.html index dd20e7a..28cd262 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -3,7 +3,8 @@ {{template "title"}} - + +
-- cgit v1.2.3