{% with messages = get_flashed_messages(category_filter=["create"]) %} {% if messages[0] %}

Paste available at : {{ messages[0] }}

{% endif %} {% if messages[1] %}

You can delete paste with : delete

{% endif %} {% endwith %} {% with messages = get_flashed_messages(category_filter=["delete"]) %} {% if messages[0] %}

Paste {{ messages[0] }} deleted

{% endif %} {% endwith %}