{% comment %}
vim:ft=htmldjango:
This file contains the simple way to render a news item
{% endcomment %}
{% load news markup tagging_tags threadedcommentstags %}
{# TODO: categories! #} {{ object.title }}
Posted by {{object.author}}on {{ object.publish|date:"j F Y" }}