--- layout: default group: 'navigation' title: Blog bodyclass: blog headline: 'The Istio Blog' ---
{% for post in paginator.posts %}

{{ post.title }}

{% if post.thumbnail %}
{% endif %}
{{ post.excerpt }}

{% endfor %}