{% extends 'layout.html' %} {% block content %}

Reply to {{ comment.username }}

posted on {{ comment.postTitle }}
{{ comment.text|md2html|safe }}
{# "shortcut-submit" is a class used exclusively from javascript # to submit the form when a key (Ctrl+Enter) is pressed. #}
{% endblock %}