{{ post.title }} {{ post.date | date_to_string }} {% if post.updated %} (updated on {{ post.updated | date_to_string }}) {% endif %} {% if post.content contains '' %} {{ post.content | split:'' | first }} {% else %} {{ post.excerpt }} {% endif %}