{{$file := .file}} {{range $j, $section := $file.Sections}} {{range $k, $line := $section.Lines}}
{{$section.GetComputedInlineDiffFor $line}}
{{if $line.LeftIdx}}{{$section.GetComputedInlineDiffFor $line}}{{end}}
{{if $line.RightIdx}}{{$section.GetComputedInlineDiffFor $line}}{{end}}