gremmie@1: {% extends 'news/base.html' %} bgneal@310: {% load url from future %} gremmie@1: {% load tagging_tags %} gremmie@1: {% load comment_tags %} bgneal@6: {% load script_tags %} bgneal@484: {% load core_tags %} gremmie@1: {% block title %}News: {{ story.title }}{% endblock %} bgneal@484: {% block custom_meta %} bgneal@484: {% open_graph_meta_tags story %} bgneal@484: {% endblock %} gremmie@1: {% block news_css %} bgneal@312: gremmie@1: {% endblock %} gremmie@1: {% block custom_js %} bgneal@6: {% if story.can_comment_on %} bgneal@127: {% script_tags "markitup jquery-ui" %} bgneal@312: bgneal@6: {% endif %} bgneal@484: {% script_tags "social" %} gremmie@1: {% endblock %} gremmie@1: {% block news_content %} bgneal@380:
bgneal@310: Category: {{ story.category.title }}
bgneal@312:
bgneal@24: {% if user.is_authenticated %}
bgneal@312:
bgneal@24: {% endif %}
bgneal@24:
This story has {{ comment_count }} comment{{ comment_count|pluralize }}.
gremmie@1:Leave a comment?
gremmie@1: {% render_comment_form for story %} gremmie@1: {% else %} gremmie@1:Comments are closed for this story. If you'd like to share your thoughts on this story bgneal@310: with the site staff, you can contact us directly.
gremmie@1: {% endif %} bgneal@380: