Files
learngo/x-tba/wizards-structs/server/list.tmpl.html
2019-04-26 21:32:20 +03:00

5 lines
99 B
HTML

<h1>There are {{len .}} wizards.</h1>
{{range .}}
👉 {{.Name}} {{.Lastname}} ({{.Nick}})
{{end}}