blob: 01be060e7039203efc85b572d5e3c4f1848728fd [file] [log] [blame]
giodd213152024-09-27 11:26:59 +02001{{ define "title" }}dodo: who am i{{ end }}
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04002{{ define "main" }}
3Hello {{.}}!
giob7df27f2026-07-28 10:36:17 +04004<a href="/settings" role="button">change password</a>
Giorgi Lekveishvili58cb1482023-12-04 12:33:49 +04005<a href="/logout" role="button">logout</a>
6{{ end }}