Cite
      
      
        {{ partial "svgs/etc/close.svg" (dict "width" 25 "height" 25) }}
      
      {{ $langprefix := $.Site.Language.Lang }}
      {{ $folderPathWithoutLangPrefix := replace .RelPermalink (print "/" $langprefix "/") "/" }}
      {{ $filePath := print "/content/" $langprefix $folderPathWithoutLangPrefix "cite.bib" }}
      
        {{ if fileExists $filePath }}
          
            {{ readFile $filePath | markdownify }}
          
        {{ else }}
          
            cite.bib file not found
          
        {{ end }}
      
      {{ if fileExists $filePath }}
        
      {{ end }}