diff --git a/progit/templates/wiki.html b/progit/templates/wiki.html
index b38971b..fa8f813 100644
--- a/progit/templates/wiki.html
+++ b/progit/templates/wiki.html
@@ -46,10 +46,12 @@
{% endif %}
-
+{% if content %}
+
{% autoescape false %}
{{ content }}
{% endautoescape %}
+{% endif %}
{% endblock %}