{% load markup %} {% load comments %} {% load staticfiles %} {% load upvote %}
{{ oneliner.summary|capfirst }} {% if user == oneliner.user %} {% if not oneliner.is_published %}(Not published!){% endif %} {% endif %}$ {{ oneliner.line }} Explanation{{ oneliner.explanation|markdown:"safe" }}Limitations{{ oneliner.limitations|markdown:"safe" }}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 %} |
Post a comment on this one-liner
{% endif %}