{% if post.featured == true %} {% if post.imageURLHiRes != 'NONE' %}
{% endif %}

{{post.title|raw}}

{{post.excerpt|raw}}
{{post.categoryString}}
{{post.excerpt|raw}}

{% endif %} {% if post.featured == false %} {% if post.imageURLLowRes != 'NONE' %}
{% endif %}

{{post.title|raw}}

{{post.excerpt|raw}}
{{post.categoryString}}
{{post.excerpt|raw}}

{% endif %}