oidc-idp/ui/templates/hydra_error.gohtml

9 lines
249 B
Text
Raw Normal View History

{{ define "content" }}
<main class="container">
<h1>{{ .Title }}</h1>
{{ .Explanation }}
{{ if .ErrorMessage }}
<div class="alert alert-danger">{{ .ErrorMessage }}</div>
{{ end }}
</main>
{{ end }}