{{ post.title }}

{% if post.updated %} (updated on {{ post.updated | date_to_string }}) {% endif %} {% if post.content contains '' %} {{ post.content | split:'' | first }} {% else %} {{ post.excerpt }} {% endif %}
{% if forloop.last == false %}
{% endif %}