homegrade_theme_production/front-page.php
Antoine M 03a39ced7c
All checks were successful
continuous-integration/drone/push Build is passing
test for deploiement
2024-09-13 16:07:42 +02:00

22 lines
275 B
PHP
Executable File

<?php get_header(); ?>
<p>.s</p>
<?php
get_template_part('template-components/notifications/notifications-popup');
?>
<?php if (have_posts()) : ?>
<?php
while (have_posts()) :
the_post();
the_content();
?>
<?php endwhile; ?>
<?php endif; ?>
<?php
get_footer();