retrogit/app/templates/index-signed-out.html

9 lines
102 B
HTML

{{define "title"}}GitHop{{end}}
{{define "body"}}
<a href="{{.SignInUrl}}">
Sign In
</a>
{{end}}