{{# 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}" }} {{ partial:partials/likes id="{id}" count="{likes_count ?? 0}" }} {{ /collection:slides }} {{# Slides | col-lg-8 #}} {{ collection:slides sort="order" slider_id:contains="{slider:id}" }} {{ if featured_image }} {{ /if }} {{ /collection:slides }} {{ /collection:sliders }} {{# EVENTS SECTION #}} Events {{# 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 {{# Partners Carousel | col-lg-8 #}} {{ collection:partners orderby="order" }} {{ if link }} {{ /if }} {{ if logo }} {{ else }} {{ title }} {{ /if }} {{ if link }} {{ /if }} {{ /collection:partners }}