--- layout: in-pagebody title: News --- {% for post in paginator.posts %}

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

{{ post.title }}

{{ post.content }}

{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}