{{ $langs := (slice "yaml" "toml" "json") }}
{{- with .Get "file" -}}
{{ . }}.
{{- end -}} {{ range $langs }}   {{ end }}
{{ range $langs }}
{{ highlight ($.Inner | transform.Remarshal . | safeHTML) . ""}}
{{ if ne ($.Get "copy") "false" }} {{/* Functionality located within filesaver.js The copy here is located in the css with .copy class so it can be replaced with JS on success */}} {{end}} {{ end }}