tren/views/head.html
ngn 4df8b90dae
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-05 09:58:58 +03:00

13 lines
427 B
HTML

{{if .term}}
<title>tren - {{.term}}</title>
{{else}}
<title>tren - tureng.com frontend</title>
{{end}}
<meta name="viewport" content="width=1024">
<meta name="description" content="Privacy respecting frontend for tureng.com">
<meta name="keywords" content="tureng,translate,privacy">
<meta name="color-scheme" content="only dark" />
<link rel="icon" href="data:;base64,=">
<link rel="stylesheet" href="/css/global.css"/>