{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt|truncatewords:20 }}

{% else %}

{{ post.content|striptags|truncatewords:20 }}

{% endif %}
Read More {% if request.user.is_staff %}
{% endif %}