{% load cms_tags staticfiles %}

{% render_model post "title" %}

{% render_model post "abstract" "" "" 'truncatewords_html:10' %}

Posted {% if post.author %} by {% if post.author.get_full_name %} {{ post.author.get_full_name }} {% else %} {{ post.author }} {% endif %} {% endif %} on {{ post.date_published|date:"DATE_FORMAT" }}