{% for post in site.posts limit:5 %}
{% if post.teaser %} {{ post.title }} {% elsif post.header.teaser %} {{ post.title }} {% elsif post.image %} {{ post.title }} {% else %}

(No teaser image defined)

{% endif %}

{{ post.title }}

{% endfor %}