{% if asset.alt_text %}
{{ asset.alt_text }}
{% else %}
No alt text yet
{% endif %}
{% extends "base.html" %}
{% block content %}
Choose a recent Immich photo to request Mastodon-friendly alt text.
No recent assets were returned.
{% endif %}