Featured
{% for post in site.posts %}
{% if post.featured == true %}
{% include featuredbox.html %}
{% endif %}
{% endfor %}
{% endif %}
All Stories
{% for post in paginator.posts %}
{% if forloop.index == 3 %}{% endif %}
{% include postbox.html %}
{% endfor %}