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