{{define "title"}}Access denied{{end}} | |
{{define "content"}} | |
<h2>Access denied</h2> | |
<p>Looks like you do not have access to this page. You are logged in as | |
<b>{{.Email}}</b>. | |
<p>Login under a different account.</p> | |
<hr> | |
<p> | |
<a class="btn btn-primary" href="{{.LogoutURL}}">Logout</a> | |
</p> | |
{{end}} |