{{define "section-references"}} {{if .CV.References}}

{{if eq .Lang "es"}}Referencias{{else}}References{{end}}

{{range .CV.References}}
{{if .TextBefore}}{{.TextBefore}} {{end}}{{if eq .Action "downloadPDF"}}{{if .LinkText}}{{.LinkText}}{{else}}{{.Title}}{{end}}{{else}}{{if .LinkText}}{{.LinkText}}{{else}}{{.Title}}{{end}}{{end}}{{if .TextAfter}} {{.TextAfter}}{{end}}
{{end}}
{{end}} {{end}}