10 lines
No EOL
165 B
HTML
Executable file
10 lines
No EOL
165 B
HTML
Executable file
{{define "base"}}
|
|
<html>
|
|
<head>
|
|
<title>StreamWatcher</title>
|
|
</head>
|
|
<body>
|
|
{{template "content" .}}
|
|
</body>
|
|
</html>
|
|
{{end}} |