{{# About Page Template #}} {{ layout = 'layouts/default' }} {{# SLIDER SECTION #}}
{{ collection:sliders location:contains="about" limit="1" scope="slider" }}
{{# Meta col: heart + bullets | col-lg-2 #}}
{{ collection:slides sort="order" slider_id:contains="{slider:id}" }} {{ /collection:slides }}
{{# Fading slides | col-lg-10 #}}
{{ collection:slides sort="order" slider_id:contains="{slider:id}" }}
{{ if featured_image }} {{ title }} {{ /if }}
{{ /collection:slides }}
{{ /collection:sliders }}
{{# ABOUT TEXT SECTION #}}
{{# Partners Label | col-lg-3 sticky #}}

Partners

about us

{{ if content }}
{{ content }}
{{ /if }}
{{# PARTNERS SECTION - Logos with custom background, title and description #}}
{{ collection:partners orderby="order" }}
{{# Logo #}}
{{ if logo }} {{ /if }}
{{# Title & Description #}}

{{ title }}

{{ if content }}
{{ content }}
{{ /if }} {{ if link }} Visit Website {{ /if }}
{{ /collection:partners }}