{{$file := .}} {{$highlightClass := $file.GetHighlightClass}} {{range $j, $section := $file.Sections}} {{range $k, $line := $section.Lines}} {{if eq .GetType 4}} {{/* {{if gt $j 0}}{{end}} */}} {{else}} {{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}} {{if $line.RightIdx}}{{$line.RightIdx}}{{end}} {{end}}
{{$section.GetComputedInlineDiffFor $line}}
{{end}} {{end}}