get( 'post_id' ); $is_recurring = ''; if ( ! empty( $event_id ) && function_exists( 'tribe_is_recurring_event' ) ) { $is_recurring = tribe_is_recurring_event( $event_id ); } $classes = apply_filters( 'tribe_default_events_block_single_classes', array( 'tribe-events-single', 'tribe-blocks-editor' ) ); ?>
template( 'single-event/notices' ); ?> template( 'single-event/back-link' ); ?> template( 'single-event/title' ); ?> template( 'single-event/recurring-description' ); ?> template( 'single-event/content' ); ?> template( 'single-event/comments' ); ?> template( 'single-event/footer' ); ?>