Files
learngo/x-tba/wizards-structs/server/list.tmpl.html
T

5 lines
99 B
HTML
Raw Normal View History

2019-04-23 00:30:12 +03:00
<h1>There are {{len .}} wizards.</h1>
{{range .}}
👉 {{.Name}} {{.Lastname}} ({{.Nick}})
{{end}}