merp/indexpage.go

14 lines
175 B
Go
Raw Normal View History

2019-11-07 08:51:35 +00:00
package main
const basePage = `<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{.Title}}</title>
{{.Head}}
</head>
<body>
{{.Body}}
</body>
</html>`