nouveau-theatre-de-besancon/site/snippets/blocks/text.php

3 lines
180 B
PHP
Raw Permalink Normal View History

2024-09-16 15:13:35 +02:00
<div class="<?php e($block->leftMargin()->isNotEmpty() == 'true', 'shift-' . $block->leftMargin()) ?><?php e($block->isBig() == 'true', ' big') ?>">
2024-09-03 15:46:35 +02:00
<?= $block->text(); ?>
</div>