5 lines
99 B
HTML
5 lines
99 B
HTML
<h1>There are {{len .}} wizards.</h1>
|
|
|
|
{{range .}}
|
|
👉 {{.Name}} {{.Lastname}} ({{.Nick}})
|
|
{{end}} |