diff --git a/khaganat/templates/npb/paste_detail.html b/khaganat/templates/npb/paste_detail.html
index 0185c36..e920ba6 100644
--- a/khaganat/templates/npb/paste_detail.html
+++ b/khaganat/templates/npb/paste_detail.html
@@ -10,6 +10,9 @@
{% block title %}{% trans "Untitled" as untitled %}{{ paste.title|default:untitled }}{% endblock %}
{% block content %}
+
+
+
{% if paste.is_suspended %}
{% else %}
{% trans "Untitled" as untitled %}
@@ -29,7 +32,12 @@
{% blocktrans with date=paste.expire_on %}Expires on {{ date }}{% endblocktrans %}
{% endif %}
+
+
{{ paste.formated_content|safe }}
{% endif %}
+
+
{% endblock %}
+
diff --git a/navbar/templates/navbar/navbar.html b/navbar/templates/navbar/navbar.html
index 2ff748e..0de3c87 100644
--- a/navbar/templates/navbar/navbar.html
+++ b/navbar/templates/navbar/navbar.html
@@ -3,7 +3,7 @@