1
0
2025-03-19 13:47:06 +01:00

9 lines
182 B
Plaintext

<?php $this->extend('block_searchable'); ?>
<?php $this->block('content'); ?>
<h3><?= $this->helloTitle ?></h3>
<p><?= $this->helloText ?></p>
<?php $this->endblock(); ?>