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 %} +
+ +
+
Replying to {{ reply_to.poster }} at {{ reply_to.timePosted.strftime('%Y-%m-%d %-H:%M') }}
+
+ {{ reply_to.content }} +
+ +
+
+ +{% endblock %} \ No newline at end of file