{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ "Media details" | _ }} {% endblock title %} {% block content %}

{{ "Media details" }}

{{ "Go back to the gallery" | _ }}
{{ media.html | safe }}
{{ media.alt_text }}

{{ "Markdown code" | _ }} {{ "Copy it in your articles to insert this media." }}

{{ media.md }}
{% endblock content %}