{% include 'content/cms_plugins/_preference_buttons.html' %}
{{ object.content.date_content|date:"l d F Y" }}
{{ object.title }}
{% include 'content/cms_plugins/_tag_buttons.html' %}
{% if object.abstract %}
{{ object.abstract|truncatewords_html:90|safe }}
{% else %}
{{ object.body|truncatewords_html:90|safe }}
{% endif %}