miniwol/web/template/page.html.tmpl

14 lines
316 B
Cheetah
Raw Normal View History

2022-02-17 12:31:01 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="data:,">
2022-02-17 12:31:01 +00:00
<title>{{ .Title }}</title>
</head>
<body>
{{ .Content }}
</body>
</html>