{{if or (eq $expandDirection 3) (eq $expandDirection 5)}}
test down
{{end}}
{{if or (eq $expandDirection 3) (eq $expandDirection 4)}}
test up
{{end}}
{{if eq $expandDirection 2}}
test fold
{{end}}
{{else}}
{{/* for code file preview page or comment diffs on pull comment pages, do not show the expansion arrows */}}