This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
paste/paste/templates/content.html.j2

5 lines
129 B
Plaintext
Raw Normal View History

2023-09-25 16:12:36 +02:00
{% with messages = get_flashed_messages() %}
{% if messages %}
<p>{{ messages[0] }}</p>
{% endif %}
{% endwith %}