{% if announcement_enabled and announcement_message %}
{{ announcement_message }}
{% endif %}
{% if password_required %}

Enter Password to View Paste

{% else %}
StormyCloud Logo

View Paste

Expires in: {{ time_left }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}
{{ highlighted_content|safe }}

Find this service useful? Consider supporting its future.

{% endif %}