{% if site.post_type == 'highlight' %}
{% for post in site.posts %}
{% if post.highlight %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
{% for post in site.posts %}
{% endfor %}
{% endif %}