{% load markup %} {% with obj as oneliner %}
{{ oneliner.line }}

— by {{ oneliner.user.hackerprofile.get_display_name }} on {{ oneliner.created_dt }}

Explanation

{{ oneliner.explanation|markdown:"safe"|linebreaks }}
{% if oneliner.limitations %}

Limitations

{{ oneliner.limitations|markdown:"safe"|linebreaks }}
{% endif %} {% endwith %}