miniwol/web/template/page.html.tmpl
2022-02-17 13:31:01 +01:00

14 lines
325 B
Cheetah

<!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="stylesheet" href="style.css">
<title>{{ .Title }}</title>
</head>
<body>
{{ .Content }}
</body>
</html>