_{{ include.name }}
{% for post in include.posts %}
{% if post.highlight == true %} {% else %} {% endif %} {{- post.title | escape -}}
{{ post.date | date: '%b %d' }}
{% endfor %}