streamwatcher/templates/base.html
2020-07-09 19:55:42 +00:00

10 lines
No EOL
165 B
HTML
Executable file

{{define "base"}}
<html>
<head>
<title>StreamWatcher</title>
</head>
<body>
{{template "content" .}}
</body>
</html>
{{end}}