{% comment %} vim:ft=htmldjango: This file contains the simple way to render a news item {% endcomment %} {% load threadedcommentstags %} {% load wl_markdown wlprofile_extras custom_date %} {% block content_tabbing %} {% if perms.news %} {% endif %} {% endblock %}
{% if object.has_image %} {{ object.image_alt }} {% endif %}

{{ object.title }}

{{ object.body|wl_markdown }}
{% get_comment_count for object as ccount %} {{ ccount }} comment{{ ccount|pluralize }} Posted by {{object.author|user_link}} on {{ object.publish|custom_date:user }}