aboutsummaryrefslogtreecommitdiff
path: root/src/ui/pages/user/me.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/pages/user/me.tmpl.html')
-rw-r--r--src/ui/pages/user/me.tmpl.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/pages/user/me.tmpl.html b/src/ui/pages/user/me.tmpl.html
new file mode 100644
index 0000000..be66beb
--- /dev/null
+++ b/src/ui/pages/user/me.tmpl.html
@@ -0,0 +1,5 @@
+{{define "title"}}Profile{{end}}
+
+{{define "main"}}
+<h1>Welcome, {{ .session.Get "username" }}</h1>
+{{end}}