{% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/utils.html" as utils %} {%- extends "base.html" %} {% block content %}
{% if result_url %}

Click to show the secret

Remember, this is the last time you see it.



{% endif %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% if form %}
{{ form.csrf_token }}

Put here the secret you want to share.

It will be available for the next 24h.

After the first reading, it will self-destruct.





{% endif %}
{%- endblock %}