Melora Hugues
4507728dae
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
No EOL
341 B
HTML
15 lines
No EOL
341 B
HTML
{{ template "header.html" . }}
|
|
|
|
<div class="theme-panel">
|
|
<h2 class="theme-heading">Log in to {{ issuer }} </h2>
|
|
<div>
|
|
{{ range $c := .Connectors }}
|
|
<div>
|
|
'{{ $c.ID }}'
|
|
<a href="{{ $c.URL }}">{{ $c.Name }} </a>
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|
|
|
|
{{ template "footer.html" . }} |