{{ image.name }}
Use markdown syntax to add this image in a post:

Markdown syntax for linkified image to full size version:
[]({{ request.scheme }}:{{ image.raw_url_absolute }})
{% if used_by_posts %}
Used by posts:
-
{% for post in used_by_posts %}
- {{ post.title }} {% endfor %}