polycule-connect/polyculeconnect/templates/login.html
Melora Hugues 4507728dae
All checks were successful
continuous-integration/drone/push Build is passing
Add first basic POC
2023-10-14 18:28:01 +02:00

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" . }}