add html mode

This commit is contained in:
isUnknown 2025-02-17 17:57:53 +01:00
parent 72a84c9283
commit be447667cc
2 changed files with 28 additions and 3 deletions

View file

@ -29,7 +29,7 @@
<?= $page->chapo() ?>
</div>
<?php endif ?>
<?= $page->body() ?>
<?= $page->htmlBody()->kt() ?>
</div>
</article>
</main>