{{ $page := . }} {{ $fileediturl := $page.Param "paige.file_edit_url" }} {{ $filehistoryurl := $page.Param "paige.file_history_url" }} {{ $next := $page.NextInSection }} {{ $prev := $page.PrevInSection }} {{ if $page.File }} {{ if $fileediturl }} {{ $fileediturl = printf $fileediturl $page.File.Path }} {{ end }} {{ if $filehistoryurl }} {{ $filehistoryurl = printf $filehistoryurl $page.File.Path }} {{ end }} {{ end }}