{{ if content | isArray }} {{ content }} {{ if type === 'header' }} {{ partial:partials/header }} {{ elseif type === 'navigation' }} {{ partial:partials/navigation }} {{ elseif type === 'intro' }} {{ partial:partials/intro }} {{ elseif type === 'highlights' }} {{ partial:partials/highlights }} {{ elseif type === 'logos' }} {{ partial:partials/logos }} {{ elseif type === 'text_section' }} {{ partial:partials/text-section }} {{ elseif type === 'footer' }} {{ partial:partials/footer }} {{ elseif type === 'contact_form' }} {{ partial:partials/contact-form }} {{ elseif type === 'button' }} {{ partial:partials/button }} {{ elseif type === 'text' }} {{ text }} {{ /if }} {{ /content }} {{ else }} {{ content }} {{ /if }}