Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
f317b89104d787009b35a01df07292adfaf98145
/
.
/
core
/
auth
/
ui
/
templates
/
whoami.html
blob: 01be060e7039203efc85b572d5e3c4f1848728fd [
file
] [
log
] [
blame
]
{{ define "title" }}dodo: who am i{{ end }}
{{ define "main" }}
Hello {{.}}!
<a
href
=
"/settings"
role
=
"button"
>
change password
</a>
<a
href
=
"/logout"
role
=
"button"
>
logout
</a>
{{ end }}