From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- templates/user.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/user.html (limited to 'templates/user.html') diff --git a/templates/user.html b/templates/user.html new file mode 100644 index 0000000..c2e827a --- /dev/null +++ b/templates/user.html @@ -0,0 +1,19 @@ +{{ define "user" }} + +{{ template "head" . }} + + {{ template "nav" . }} + + +

{{ .targetUser.Name }}'s Bots

+ + This is just a list of all bots belonging to the given user + + + +{{ template "footer" . }} +{{ end }} -- cgit 1.4.1