<?php 
/*
 * Single Video Programme
 *
 * @package far_loop
 */

get_header(); ?>

<div class="u_pt-3 u_pt-md-6">
    <div class="l_container u_mv-5">
		<?php breadcrumbs_module();?>

		<?php echo get_template_part( 'template-parts/content-single-video-programme' );?>
    
    </div>
    
    <?php video_programmes_module();?>
    
</div>

<?php get_footer();
