7 lines
237 B
Cheetah
7 lines
237 B
Cheetah
|
{{define "footer"}}
|
||
|
<p class="has-margin-top-small has-text-right is-size-7 has-text-grey">
|
||
|
Version: {{ .BuildInfo.ProjectVersion }} -
|
||
|
Réf.: {{ .BuildInfo.GitRef }} -
|
||
|
Date de construction: {{ .BuildInfo.BuildDate }}
|
||
|
</p>
|
||
|
{{end}}
|