{% render_model post "title" %}
{{ post.date_published|date:"DATE_FORMAT" }}
{% thumbnail post.main_image post.full_image_options.size crop=post.full_image_options.crop upscale=post.full_image_options.upscale subject_location=post.main_image.subject_location quality=100 as thumb %}
{% endif %}
{% endspaceless %}
{% render_model post "abstract" %}