{% load markup %} {% for comment in comment_list %}
{{ comment.comment|markdown:"safe" }} by {{ comment.user.hackerprofile.get_display_name }} on {{ comment.submit_date }}
{{ comment.comment|markdown:"safe" }}