Jan Dittberner
3bb3b2db0c
- copied/stripped down from https://git.dittberner.info/jan/hydra_oidc_poc
8 lines
No EOL
327 B
Text
8 lines
No EOL
327 B
Text
{{ define "content" }}
|
|
<div class="container">
|
|
<img src="/images/CAcert-logo.svg" width="300" height="68" alt="CAcert" class="mb-4">
|
|
<h1>{{ .Greeting }}</h1>
|
|
<p>{{ .IntroductionText }}</p>
|
|
<a class="btn btn-outline-primary" href="{{ .LogoutURL }}">{{ .LogoutLabel }}</a>
|
|
</div>
|
|
{{ end }} |