nouveau-theatre-de-besancon/site/snippets/blocks/links-list.php

5 lines
98 B
PHP
Raw Normal View History

2024-09-03 15:46:35 +02:00
<ul>
<?php foreach($block->toStructure() as $item): ?>
<li></li>
<?php endforeach ?>
</ul>