{% load applicationcontent_tags pagination_tags i18n %}

{{ content.title|safe }}

{% for p in posts %}
{{ p.published_on|timesince }} ago, by {{ p.author }}

{{ p.title|safe }}

{% if content.display_text %}

{{ p.intro_text|safe|truncatewords_html:10 }}

{% endif %}
{% endfor %}