Fix HTML entity escaping in theme templates by using content|raw

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 23:51:21 +02:00
parent b25fbc929c
commit d4cec12c37
4 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@
<div class="row mb-3">
<div class="col-12 col-lg-8 offset-lg-2">
<h1 class="funky-font main-header text-center">{{ page.title }}</h1>
{{ content }}
{{ content|raw }}
</div>
</div>
<div class="row g-3">