22 lines
786 B
Cheetah
22 lines
786 B
Cheetah
{{define "title"}}Connexion{{end}}
|
|
{{define "body"}}
|
|
<section class="hero is-fullheight">
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<div class="columns">
|
|
<div class="column is-4 is-offset-4">
|
|
<p class="has-text-black title">
|
|
Hydra Password<span class="has-text-grey">less</span>
|
|
</p>
|
|
<p class="is-size-7">
|
|
Version: {{ .BuildInfo.ProjectVersion }} |
|
|
Réf.: {{ .BuildInfo.GitRef }} |
|
|
Date de construction: {{ .BuildInfo.BuildDate }}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{end}}
|
|
{{template "base" .}} |