{% 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 -%}
{{ input.description }}
Upload to
{{ input.form.action|default(form.action) }}
({{ input.form.method|default(form.method) }})