{% load markup %} {% load comments %}

{{ oneliner.summary|capfirst }} {% if user == oneliner.user %} {% if not oneliner.is_published %}(Not published!){% endif %} {% endif %}

bash$ {{ oneliner.line }}

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

Explanation

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

Limitations

{{ oneliner.limitations|markdown:"safe" }}
{% endif %} {% if user == question.user and not question.is_answered %}

Accept this answer

{% endif %} {% if user.is_authenticated and not nobuttons %}

Post an alternative one-liner Post a comment on this one-liner

{% endif %} {% block related %} {% endblock %} {% get_comment_count for oneliner as comment_count %} {% if comment_count > 0 %} {% endif %}