{{define "section-projects"}} {{if .CV.Projects}} {{.UI.Navigation.Projects}} {{range .CV.Projects}} {{if .LogoIndex}} {{else if .ProjectLogo}} {{else}} {{end}} {{if .ProjectName}} {{if .URL}}{{.ProjectName}}{{else}}{{.ProjectName}}{{end}}{{if .ProjectDesc}} - {{.ProjectDesc}}{{end}} {{else}} {{if .URL}}{{.Title}}{{else}}{{.Title}}{{end}} {{end}} {{if .Current}}LIVE{{end}} {{if .GitRepoUrl}}GitHub{{end}} {{if and .OpenSource .GitRepoUrl}}stars {{end}} {{if .MaintainedBy}}{{$.UI.Sections.MaintainedBy}} {{.MaintainedBy}}{{end}} {{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{$.UI.Sections.Present}}{{end}}{{end}}{{end}} - ({{.Location}}) {{if .ShortDescription}} {{.ShortDescription | safeHTML}} {{end}} {{if .Responsibilities}} {{range .Responsibilities}} {{. | safeHTML}} {{end}} {{end}} {{if .Technologies}} {{$.UI.Sections.Technologies}} {{range $index, $tech := .Technologies}}{{if $index}}, {{end}}{{$tech}}{{end}} {{end}} {{end}} {{end}} {{end}}
{{.ShortDescription | safeHTML}}