{{- $service := .service }} {{- $content := .content }} {{- $odd := .odd }} {{- $id := "service"}} {{if $service.id}} {{- $id = $service.id}} {{else if .id}} {{- $id = .id }} {{end}}
{{if and ($service.image) (eq $service.image.direction "left")}}
{{- partial "components/image.html" $service.image -}}
{{end}}
{{ with $service.title }} {{ partial "components/title.html" . }} {{ end }}

{{ $content }}


{{ if $service.button }} {{- range $service.button }} {{ partial "components/button.html" . }} {{- end }} {{ end }}
{{if and ($service.image) (eq $service.image.direction "right")}}
{{- partial "components/image.html" $service.image -}}
{{end}}