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

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.content | strip_html | truncate:100 }}

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


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