{{# Festival / FTFKids / Production Single Template #}} {{ layout = 'layouts/default' }} {{# TOP SECTION #}}
{{# Left: Heart + Share + Title | col-lg-4 #}}
{{# Row: Heart + Share #}}
{{ partial:partials/likes id="{id}" count="{likes_count}" }}
{{# Title #}}

{{ title }}

{{# Right: Vimeo Embedded | col-lg-8 #}}
{{ if featured_video }} {{ if featured_video | contains('vimeo') }} {{ vimeo_id = featured_video | replace('https://vimeo.com/', '') | replace('https://player.vimeo.com/video/', '') }}
{{ else if featured_video }}
{{ /if }} {{ elseif featured_image }} {{ title }} {{ /if }}
{{# CONTENT + PROGRAM SECTION #}}
{{# Content | col-lg-8 #}}
{{ content }}
{{# Program + Download | col-lg-4 #}}
{{ if program_preview }}
Program
{{ /if }} {{ if program_file }} Download Program {{ /if }}
{{# MEDIA GALLERY SECTION #}} {{ if gallery }} {{ /if }}