15 lines
463 B
HTML
15 lines
463 B
HTML
{{template "header" .}}
|
|
|
|
<main>
|
|
<h2>SimplyTranslate</h2>
|
|
<h3>Info</h3>
|
|
{{ if eq .version "unknown, please build with Go 1.13+ or use Git"}} SimplyTranslate
|
|
version: <code>unknown</code> {{ else }} SimplyTranslate version:
|
|
<a href="https://codeberg.org/aryak/simplytranslate/commit/{{ .version}}"
|
|
><code>{{ .version}}</code></a
|
|
>
|
|
{{ end }}
|
|
<br />
|
|
Fiber version: {{ .fiberversion}}, running on {{ .goversion}}
|
|
</main>
|
|
{{ template "footer" .}}
|