{{ with .GetPage "/info/communication-strategy" }}
{{ partial "half-section.html" . }}
{{ end }}
{{ $ctx := dict
"page" .
"title" (T "Our Team")
"content" (partial "team.html" .)
}}
{{ partial "flex-section.html" $ctx }}
{{ $ctx := dict
"page" .
"title" (T "Our Partners")
"content" (partial "partners.html" .)
}}
{{ partial "flex-section.html" $ctx }}
{{ with .GetPage "/info/technologies" }}
{{ partial "full-section.html" . }}
{{ end }}
{{ $ctx := dict
"page" .
"title" (T "Contact Us")
"content" (partial "contact.html" .)
}}
{{ partial "flex-section.html" $ctx }}