{% for post in site.posts %} {% if post.featured %}
{% picture featured {{ post.image }} %}

{{ post.title | titlecase }}

{% endif %} {% endfor %}