s1llyw0rdz/web/handler/html.go
2021-11-22 10:06:23 +01:00

9 lines
170 B
Go

// 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 }}`,
}