all repos — legit @ ce71721c6dc80db8af63f2098a1548308e2621b2

Unnamed repository; edit this file 'description' to name the repository.

templates/head.html (view raw)

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