diff --git a/frontend/templates/index.html b/frontend/templates/index.html index 95d5ac9..d94fbc9 100644 --- a/frontend/templates/index.html +++ b/frontend/templates/index.html @@ -6,8 +6,9 @@ - + + @@ -28,6 +29,14 @@
+ + diff --git a/frontend/templates/users.html b/frontend/templates/users.html index f8d5b30..0f13077 100644 --- a/frontend/templates/users.html +++ b/frontend/templates/users.html @@ -1,6 +1,21 @@ {{ define "users" }}

Users

- +
+ + + + + + + + + {{ range .Users }} + + + + + {{ end }} + +
First nameAge
{{ .FirstName }}{{ .Age }}
+
{{ end }} \ No newline at end of file