{{.Title}}
{{range .Routers}}
{{.Controller}}
{{range .APIs}}
{{.Method}}
{{.Url}}
{{range .Params}}
{{.Name}} {{.Source}} {{.Type}}
{{end}}
{{end}}
{{end}}