{{ $file := .Get "file" }}
{{- if .Get "instructions" -}} {{- $instructions_file := print "static/recordings/" $file "_instructions.json" -}} {{ $data := getJSON $instructions_file }}

Video Content

{{- range $instr := $data -}} {{ $instr.instruction | markdownify }} {{ int $instr.time_from | dateFormat "04:05" }} {{- end -}}
{{- end -}}