Skip to content

Commit

Permalink
Amend template example to illustrate use case
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Nov 6, 2024
1 parent 119bcd9 commit d27faf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"secret_key": "{{ env "SECRET_KEY" }}",
"data": [
{{ range $i, $data := . }} {{if $i}},{{end}} {{ prettyPrint . }} {{ end }}
{{ range $i, $data := . }} {{if $i}},{{end}} {{ prettyPrint .foo }} {{ end }}
]
}

0 comments on commit d27faf7

Please sign in to comment.