{% if post.imageURLHiRes != 'NONE' %}

{{post.title|raw}}

{{post.content|raw}}
{% endif %} {% if post.imageURLHiRes == 'NONE' %}

{{post.title|raw}}

{{post.content|raw}}
{% endif %}