{{ if and .IsTranslated (eq .Lang "fr") }} {{ if and (index .AllTranslations 0).File (index .AllTranslations 1).File }} {{ $file0 := readFile (index .AllTranslations 0).File.Filename }} {{ $file1 := readFile (index .AllTranslations 1).File.Filename }} {{ if eq (sha256 $file0) (sha256 $file1) }} {{ .Scratch.Set "en_article_in_fr_site" true }} {{ end }} {{ else }} {{ if eq (index .AllTranslations 0).Plain (index .AllTranslations 1).Plain }} {{ .Scratch.Set "en_article_in_fr_site" true }} {{ end }} {{ end }} {{ end }}