This commit is contained in:
Ken Morse 2024-01-08 10:57:46 -05:00 committed by GitHub
parent 0ee3ff44f7
commit c36978686e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ toc: true
```go-html-template
{{ $s := slice "foo" "bar" "baz" }}
{{ range $var }}
{{ range $s }}
{{ . }} → foo bar baz
{{ end }}
```