10 lines
170 B
Go
10 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 }}`,
|
||
|
|
}
|