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

{{ post.title }}

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