{{ $.Scratch.Add "additional_head_tags" "" }} {{ partial "header.html" . }} {{ .Scratch.Set "sidemenu" true }}
{{ partial "breadcrumb.html" . }} {{ if .Params.single }}

{{ replace .Title "-" " " }}

{{ .Content }} {{ else }}

{{ title .Title }}

{{ .Params.projectdeveloper }}

{{ $img := (.Resources.GetMatch "*.{jpg,png,gif}") }} {{ if $img }} {{ end }}

{{ .Content }}

View Project
{{ end }}
{{ partial "footer.html" . }}