world-game/kirby/config/blocks/heading/heading.php

3 lines
126 B
PHP
Raw Normal View History

2026-01-13 10:21:41 +01:00
<?php /** @var \Kirby\Cms\Block $block */ ?>
<<?= $level = $block->level()->or('h2') ?>><?= $block->text() ?></<?= $level ?>>