{% extends 'index.html' %} {% load markup tagging_tags pagination_tags %} {% block content %}

{{object.title}}

{{object.description|safe|markdown:'code_hilite'|truncatewords_html:'150'}} {% tags_for_object object as tag_list %}
{{object.author}}, {{object.created|date}}, {% for tag in tag_list %}{{tag}}, {%endfor%}{{object.metadata}}
{% endblock %}