--- layout: default --- {% for post in paginator.posts %}

{{ post.title }}

{% if post.image %}
{% endif %}

{{ post.content | strip_html | truncate: 350 }} Read more

{% endfor %}