{% load markup %}

{{ comment.comment|markdown:"safe" }}

by {{ comment.user.hackerprofile.get_display_name }} on {{ comment.submit_date }} {% with comment.content_type.model as model %} {% if model == 'oneliner' %} {% with comment.content_object as oneliner %}

{{ oneliner.summary|capfirst }}

bash$ {{ oneliner.line }}
{% endwith %} {% endif %} {% endwith %}