{% load renditionaware_image_tags %}
{% if self.title %}

{{ self.title }}

{% endif %}
{% if self.additional_content %}
{{ self.additional_content }}
{% endif %}
{% image self.image image_rendition as img %} {{ self.title }}