mozhi/views/index.html
2023-06-25 00:10:57 +05:30

16 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" .}}