FreePad/src/templates/inc/header.html

8 lines
244 B
HTML
Raw Normal View History

2022-05-15 19:01:29 +03:00
{{ define "inc/header.html"}}
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.title}}</title>
</head>
{{ end }}