mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-30 03:01:17 +00:00
9 lines
247 B
Cheetah
9 lines
247 B
Cheetah
{{define "title"}}Settings{{end}}
|
|
|
|
{{define "main"}}
|
|
<h1>The settings!</h1>
|
|
<p>You are logged in as {{.Email}}.</p>
|
|
<p>Your id is {{.ID}}.</p>
|
|
<p>Your access expieres at {{.OAuth2Expiry}}.</p>
|
|
<a href="/oauth2/logout">Logout</a>
|
|
{{end}}
|