{% for post in site.posts %} {% if post.featured %}
{% include picture.html size='featured' %}

{{ post.title | titlecase }}

{% endif %} {% endfor %}