{{ object.name }}

{% if object.author %}

By: {{ object.author }}

{% endif %} {% if object.category %}

Category: {{ object.category }}

{% endif %} {% if object.published_at %}

Published: {{ object.published_at|date:"m/d/Y h:i a" }}

{% endif %}

{{ object.content|safe|truncatewords_html:"40" }}

{% include "_edit_link.html" %}