diff --git a/files/templates/marseyverse.html b/files/templates/marseyverse.html index 44701fab1..c81798a7c 100644 --- a/files/templates/marseyverse.html +++ b/files/templates/marseyverse.html @@ -128,7 +128,7 @@
{% endif %} - {% if p.realbody(v) %} + {% if p.body %}
- {{p.realbody(v) | safe}} + {{p.body | safe}}
{% endif %} @@ -232,7 +232,7 @@