Station Announcer
Compose Mastodon post
Alt text helper
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}