{{ range $i,$v := .NgInfo.HttpSvrs}}

{{$i}}

端口:(总计 {{$v|len}} 个)

    {{range $v}}
  • {{.}}
  • {{end}}
{{end}}