/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Surplus_Concert
*/
/**
* After Content
*
* @hooked surplus_concert_content_end - 20
*/
/**
* After Footer Ends
*
* @hooked surplus_concert_page_end - 10
*/
do_action( 'surplus_concert_after_footer' );
wp_footer();
?>