{{# Homepage Template #}} {{ layout = 'layouts/default' }} {{# HERO SLIDER SECTION #}}
{{ collection:sliders location:contains="homepage" limit="1" scope="slider" }}
{{# Left: Likes + Bullets + Title | col-lg-4 #}}
{{ collection:slides sort="order" slider_id:contains="{slider:id}" }} {{ /collection:slides }}

{{# Slides | col-lg-8 #}}
{{ collection:slides sort="order" slider_id:contains="{slider:id}" }}
{{ if featured_image }} {{ title }} {{ /if }}
{{ /collection:slides }}
{{ /collection:sliders }}
{{# EVENTS SECTION #}}
{{# Get next upcoming event, fallback to most recent #}} {{ collection:events orderby="date:asc" where:date:gte="{today}" limit:1 as="upcoming_events" }} {{ if upcoming_events }} {{ upcoming_events }} {{ if first }} {{ partial:partials/home-event :entry="this" }} {{ /if }} {{ /upcoming_events }} {{ else }} {{ collection:events orderby="date:desc" limit:1 as="recent_events" }} {{ recent_events }} {{ if first }} {{ partial:partials/home-event :entry="this" }} {{ /if }} {{ /recent_events }} {{ /if }} {{ /collection:events }}
{{# PARTNERS SECTION #}}
{{# Partners Title | col-lg-4 #}}
{{# Partners Carousel | col-lg-8 #}}