go-ssb-room/web/templates/auth/withssb_sign_in.tmpl

6 lines
183 B
Cheetah

{{ define "title" }}{{i18n "AuthWithSSBTitle"}}{{ end }}
{{ define "content" }}
<div>
<a href="{{urlTo "admin:dashboard"}}">Proceed to Dashboard</a>
</div>
{{end}}