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

Profile

+ + {{ if .err }} + ERROR: {{ .err }}! + Edit your userpage here + or + Visit the userpage of that user + {{ else }} + You can edit your profile below: +

+
+ + + + + + + + + + + + + + + + + + + + + + +





+
+ {{ end }} + +{{ template "footer" . }} +{{ end }} -- cgit 1.4.1