homegrade_blocks_production/blocks/plus-loin/build/render.php

15 lines
366 B
PHP

<?php
// echo '<pre>';
// print_r($attributes);
// echo '</pre>';
?>
<section id="aller-plus-loin" <?php echo get_block_wrapper_attributes(['class' => 'homegrade-blocks-plus-loin']); ?>>
<h2 class="homegrade-blocks-plus-loin__block-title">
<?php echo
__("Pour aller plus loin", "homegrade-blocks")
?>
</h2>
<?php echo $content; ?>
</section>