---
layout: default
---
{% include hero.html %}
{% if site.posts.size > 0 %}
Latest Posts
{% endif %}
{% if site.posts.size > 0 %}
{% for post in paginator.posts %}
{% include article-content.html %}
{% endfor %}
{% endif %}
{% include pagination.html %}