We call it Ballet: A Bela Adormecida em um espetáculo de luzes deslumbrantes, Teatro SESI - centro cultural Paulo Afonso Ferreira, Goiânia, 29 November 2025 - BSBgo!
<?php
while ( have_posts() ) : the_post();
get_template_part( 'templates/listing' ); // Esta linha é a chave!
endwhile; // End of the loop.
?>
</main><!-- #main -->