diff --git a/templates/reply.html b/templates/reply.html
index f7e5884..094911b 100644
--- a/templates/reply.html
+++ b/templates/reply.html
@@ -1,10 +1,19 @@
-
-
-
-
- $Title$
-
-
-$END$
-
-
\ No newline at end of file
+{% extends 'layout.html' %}
+{% block content %}
+
+
+
+
+
+ {{ reply_to.content }}
+
+
+
+
+
+{% endblock %}
\ No newline at end of file