nouveau-theatre-de-besancon/site/snippets/blocks/links-list.php
2024-09-03 15:46:35 +02:00

5 lines
No EOL
98 B
PHP

<ul>
<?php foreach($block->toStructure() as $item): ?>
<li></li>
<?php endforeach ?>
</ul>