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

{{ post.title }}

{% endif %} {% endfor %}