1
0
Fork 0
forked from goffee/core
core/template/components/head.html
2024-09-27 02:27:24 -05:00

8 lines
No EOL
285 B
HTML

{{define "head"}}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1, viewport-fit=cover, width=device-width, maximum-scale=1.0, minimum-scale=1.0">
<title>{{.}} | Goffee</title>
<link href="/public/style.css" rel="stylesheet">
</head>
{{end}}