iris/_examples/authentication/oauth2/templates/index.html
2017-07-10 18:32:42 +03:00

3 lines
127 B
HTML

{{range $key,$value:=.Providers}}
<p><a href="/auth/{{$value}}">Log in with {{index $.ProvidersMap $value}}</a></p>
{{end}}