{{define "head"}} {{meta .title}} {{end}} {{define "notice"}}
notice
{{result .Meta}}
{{end}} {{define "detail"}}
{{append . "title"}} {{detail .Meta}}
{{end}} {{define "result"}}
{{append . "title"}}
{{result .Meta|unscaped}}
{{end}} {{define "append_link"}} {{.}} {{end}} {{define "append"}}
{{append . "title"}} {{$msg := .}} {{$ncol := append . |len}} {{$nrow := append . 0|append .|len}} {{range append .}}{{end}} {{range $row, $val := append . 0|append .}} {{range append $msg}} {{$value := append $msg . $row}} {{if eq . "filename"}} {{template "append_link" $value}} {{else}} {{end}} {{end}} {{end}}
{{.}}
{{$value}}
{{end}} {{define "main"}} welcome to context world! {{end}} {{define "tail"}} {{end}}