zdravko/web/templates/pages/settings.tmpl

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}}