package main var tpltext = ` {{.Title}}
{{range .Lines}} {{if .Link}}({{.Type}}) {{.Text}}{{else}}      {{.Text}}{{end}}
{{end}}
`