diff options
| author | Alexander Kavon <hawk@alexkavon.com> | 2023-11-29 02:05:38 -0500 |
|---|---|---|
| committer | Alexander Kavon <hawk@alexkavon.com> | 2023-11-29 02:05:38 -0500 |
| commit | 1c32e1497525bc6f609898f0f79bd6cc3e6d92fb (patch) | |
| tree | 99abc1c2690b151bfb3d45e9f76a8770b3597e7a /ui/pages/user/me.tmpl.html | |
| parent | 5e26ebc96bd41f9d232573d873cb6cb55f0050c4 (diff) | |
user create/insert into users table, pgxpool defer moved to top of app, me.tmpl.html, secret hashing with argon2id, updated migrations
Diffstat (limited to 'ui/pages/user/me.tmpl.html')
| -rw-r--r-- | ui/pages/user/me.tmpl.html | 5 |
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}} |
