Skip to content

Instantly share code, notes, and snippets.

@asoorm
Created February 8, 2018 17:41
Show Gist options
  • Save asoorm/bea9504345857df173e1942da3597d75 to your computer and use it in GitHub Desktop.
Save asoorm/bea9504345857df173e1942da3597d75 to your computer and use it in GitHub Desktop.
slideshow
{
"slideshow": {
"author": "{{ index .slideshow "-author" }}",
"date": "{{ index .slideshow "-date" }}",
"title": "{{ index .slideshow "-title" }}",
"slide": [
{{ range $k, $slide := .slideshow.slide }}{{ if $k }},{{ end }}{
"type": "{{ index $slide "-type" }}",
"item": [{{ range $ki, $item := $slide.item }}{{ if $ki }},{{ end }}
"{{ $item }}"
{{ end }}
],
"title": "{{ $slide.title }}"
}{{ end }}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment