{% extends "base.html" %} {% block title %}{{ file }} · {{ name }} · The Booth{% endblock %} {% block content %}
✕ {{ file }} ⬇
{% if prev_url %}‹{% endif %} {% if next_url %}›{% endif %}
{{ file }}
{# THE ANNOTATION, at full size. It was never rendered here before U1 — not because the template dropped it, but because the route never resolved it. A caption is most useful at the size where you are actually judging the thing, so it belongs here at least as much as in the grid. #} {% if caption %}
{{ caption }}
{% endif %}
{% endblock %}