legit/templates/head.html
Anirudh Oppiliappan 856f66808b
all: init
2022-12-11 11:22:47 +05:30

7 lines
183 B
HTML

{{ define "head" }}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- other meta tags here -->
</head>
{{ end }}