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