{# Web image picker. Each result is a button that POSTs its URL to `post_url`; the server downloads and normalizes it, then returns the icon-status block that `status_target` points at. Thumbnails load straight from the search engine's CDN, so the browser talks to it directly — `referrerpolicy` keeps ImpTune's own URL out of that request. #} {% if hits %}

Results for {{ query }}

{% for h in hits %} {% endfor %}

Pick one — it is downloaded and resized to 256 × 256 PNG.

{% else %}

No results. Try another search term.

{% endif %}