{% for post in paginator.posts %}
{% if post.featured_image %} {% if post.featured_image_alt %}{{ post.featured_image_alt }}{% else %}{{ post.title }}{% endif %} {% endif %}

{{ post.title }}

{% if post.content contains '' %} {{ post.content | split:'' | first }}

Read More

{% else %} {{ post.content }} {% endif %}
{% endfor %}