{% comment %} vim:ft=htmldjango: This file contains the simple way to render a news item {% endcomment %} {% load news markup tagging_tags %}
{# TODO: categories! #} {{ object.title }} |
Posted by {{object.author}} on {{ object.publish|date:"j F Y" }} |
Tags: {% for tag in tag_list %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %} |