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