{% for post in paginator.posts %}
{% if post.thumbnail %}
{{ post.title }}
{% endif %}

{{ post.title }}

{{ post.date | date: "%B %-d, %Y" }}

{{ post.excerpt | strip_html | escape }}
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}