homegrade_theme_production/single-parcours-child.php
2024-07-02 16:09:52 +02:00

8 lines
213 B
PHP

<?php
?>
<article class="container my-8 mx-auto entry-content single-editor-content <?php echo $thematiqueColorSlug ? "entry-content--" . $thematiqueColorSlug : "" ?>">
<?php the_content() ?>
</article>