{% extends 'main/layout.html' %} {% block title %}{{ image.name }} — {{ request.user.username }} at Mataroa{% endblock %} {% block content %}

{{ image.name }}

« all images — Uploaded on | Edit image | Delete

Use markdown syntax to add this image in a post:

![{{ image.name }}]({{ request.scheme }}:{{ image.raw_url_absolute }})

Markdown syntax for linkified image to full size version:

[![{{ image.name }}]({{ request.scheme }}:{{ image.raw_url_absolute }})]({{ request.scheme }}:{{ image.raw_url_absolute }}) {% if used_by_posts %}

Used by posts:

{% endif %}
{{ image.name }}
{% endblock %}