initial commit

This commit is contained in:
isUnknown 2024-07-24 09:43:31 +02:00
commit 880cae624a
906 changed files with 196528 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<?php /** @var \Kirby\Cms\Block $block */ ?>
<pre><code class="language-<?= $block->language()->or('text') ?>"><?= $block->code()->html(false) ?></code></pre>