<?php
/**
* List View Single Event
* This file contains one event in the list view
*
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
tribe_get_template_part( 'grve-loop-single-event' );
//Omit closing PHP tag to avoid accidental whitespace output errors.