legit/templates/head.html

8 lines
183 B
HTML
Raw Normal View History

2022-12-11 05:52:47 +00:00
{{ define "head" }}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- other meta tags here -->
</head>
{{ end }}