merp/indexpage.go

16 lines
258 B
Go
Raw Permalink Normal View History

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