{% extends "base.html" %} {% block content %}

Select photos for your Mastodon post

Choose between 1 and {{ max_photos }} recent Immich photos. We'll pull in cached alt text where possible.

Need to tidy up descriptions first? Visit the alt text helper.

{% if error_message %}
{{ error_message }}
{% endif %} {% if assets %}
{% for asset in assets %} {% endfor %}
{% else %}

No assets available right now.

{% endif %} {% endblock %}