Jan Dittberner
16a3dbedc8
- move internal code to internal directory - add translations for texts on missing email in client certificate page - add error handling for missing login_challenge request parameter - add Markdown support via goldmark - use https:// URLs in Apache license headers
7 lines
No EOL
263 B
Text
7 lines
No EOL
263 B
Text
{{ define "content" }}
|
|
<div class="container">
|
|
<img src="/images/CAcert-logo.svg" width="300" height="68" alt="CAcert" class="mb-4">
|
|
<h1 class="h3 mb-3">{{ .Title }}</h1>
|
|
<p class="text-left">{{ .Explanation }}</p>
|
|
</div>
|
|
{{ end }} |