{% extends "base.html" %}
{# NOTE: This is pretty much a legacy input type now.
We should be sending x/y coordinates to the server,
but that'd be frustrating to operate using e.g. a TV remote. #}
{%- block main -%}<section>
<img src="{{ input.src }}" alt="{{ input.alt }}" title="{{ input.alt }}" />
<div>{{ input.description }}</div>
<hr />
<!-- TODO: Internationalize! -->
<p><a href="_{{Q}}">Upload</a> to
<code>{{ input.form.action|default(form.action) }}
({{ input.form.method|default(form.method) }})</code></p>
</section>{%- endblock -%}