1
0
Fork 0
forked from goffee/core
core/template/components/head.html

8 lines
285 B
HTML
Raw Normal View History

2024-09-27 03:27:24 -04:00
{{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}}