diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html
--- a/boards/templates/boards/post.html
+++ b/boards/templates/boards/post.html
@@ -29,7 +29,7 @@
{% else %}
{% if need_op_data %}
{% with thread.get_opening_post as op %}
- {% trans " in " %}>>{{ op.id }}
+ {% trans " in " %}>>{{ op.id }} {{ op.get_title|striptags|truncatewords:5 }}
{% endwith %}
{% endif %}
{% endif %}