Home | History | Annotate | Download | only in template

Lines Matching refs:two

113 	MSI:    map[string]int{"one": 1, "two": 2, "three": 3},
118 {"one": 1, "two": 2},
257 {"map .two", "{{.MSI.two}}", "2", tVal, true},
271 {"dot map", "<{{.}}>", "<map[two:22]>", map[string]int{"two": 22}, true},
428 {"map[two]", "{{index .MSI `two`}}", "2", tVal, true},
750 {{define "one"}}{{template "two" .}}{{end}}
751 {{define "two"}}{{template "three" .}}{{end}}
894 const testTemplates = `{{define "one"}}one{{end}}{{define "two"}}two{{end}}`