{{# Festivals Index Template #}} {{# Also used by ftfkids and production with different collection names #}} {{ layout = 'layouts/default' }} {{# Define collection name based on current URI #}} {{ collection_name = 'festivals' }} {{ if segment_1 == 'ftfkids' }}{{ collection_name = 'ftfkids' }}{{ /if }} {{ if segment_1 == 'production' }}{{ collection_name = 'productions' }}{{ /if }} {{# COVER VIDEO/IMAGE #}} {{ if cover_video or cover_image }}
{{ partial:partials/cover-media }}
{{ /if }} {{# MAIN CONTENT SECTION #}}
{{# Left: Logo #}}

{{ title }}

{{# Right: Grid of posts 2 per row #}}
{{ collection:{collection_name} orderby="date:desc" paginate:by="8" as="items" }} {{ items }} {{ /items }} {{ /collection:{collection_name} }}
{{# Pagination #}} {{ if paginate }}
{{ if paginate:prev_page }} « Previous {{ /if }} {{ if paginate:next_page }} Next » {{ /if }}
{{ /if }}