s1llyw0rdz/web/handler/html.go

10 lines
170 B
Go
Raw Normal View History

2021-11-22 09:06:23 +00:00
// Code generated by go generate; DO NOT EDIT.
package handler
var TplMap = map[string]string{
"index": `{{ define "content" }}
<p>This is the index</p>
{{ end }}`,
}