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 @@
- {% if p.realbody(v) %}
+ {% if p.body %}
{% endif %}
- {{p.comment_count}}
@@ -221,9 +221,9 @@
{% endif %}
- {% if p.realbody(v) %}
+ {% if p.body %}
- {{p.realbody(v) | safe}}
+ {{p.body | safe}}
{% endif %}
@@ -232,7 +232,7 @@
- {{p.comment_count}}
- {% if p.realbody(v) and request.path != "/changelog"%}
+ {% if p.body and request.path != "/changelog"%}
{% endif %}