mirror of
https://github.com/Huber1/skigemeinschaft.git
synced 2026-05-13 12:27:34 +02:00
2 lines
126 B
PHP
2 lines
126 B
PHP
<?php /** @var \Kirby\Cms\Block $block */ ?>
|
|
<<?= $level = $block->level()->or('h2') ?>><?= $block->text() ?></<?= $level ?>>
|