Files
WingetRepoServer/html/master.html

14 lines
256 B
HTML

{{define "master"}}
<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }}</title>
<link href="/public/mod.css" rel="stylesheet" type="text/css">
<script src="/public/script.js"></script>
</head>
<body>
{{template "body" .}}
</body>
</html>
{{end}}