{{ post.title }} by {{ post.author }}, on {{ post.date | date_to_string }} {% if post.content contains "" %} {{ post.content | split:"" | first }} Read more » {% else %} {{ post.content }} {% endif %}