diff --git a/templates/new_post.html.j2 b/templates/new_post.html.j2
index 218008f..f3e388c 100644
--- a/templates/new_post.html.j2
+++ b/templates/new_post.html.j2
@@ -74,6 +74,8 @@
{% if data['translated_content'] != '' and data['translated_content'] != null %}
{{ data['translated_content'] }}
+ {% else %}
+
{% endif %}
{{ data['content'] }}