{% extends "base.html" %} {% load humanize %} {% load voting_tags %} {% load activity_tags %} {% load comments %} {% block extra_head %} {% comment %} /* If your site contains an 'extra_head' block, and jQuery, this will allow your 'like' clicks to be AJAXed instead of the old fashioned way. Completely not needed. */ {% endcomment %} {% endblock %} {% block content %}
{{ article.site_name }} - {{ article.description }}
{{ comment.user.username }}
{{ comment.comment }}
{{ comment.submit_date|timesince }} ago
Please log in to leave a comment.
{% endif %}