{% extends 'layout.html' %} {% block content %}
{% if reply_parent %}
{{ reply_parent.poster }} at {{ reply_parent.timePosted.strftime('%Y-%m-%d %-H:%M') }}
{{ reply_parent.content }}
{% endif %}
Replying to {{ reply_to.poster }} at {{ reply_to.timePosted.strftime('%Y-%m-%d %-H:%M') }}
{{ reply_to.content }}
{% endblock %}