{% load markup %} {% with obj as question %}

{{ question.explanation }}

by {{ question.user.hackerprofile.get_display_name }} on {{ question.created_dt }}
{% endwith %}