Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pethye724
/
pippotest
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f1d2cf1
pippotest
/
templates
/
includes
/
flash.html
Walter Mantovani
First test
f1d2cf1
8 months ago
raw
Copy download link
history
blame
Safe
217 Bytes
<!-- Mostra i messaggi flash -->
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
<
p
>
{{ message }}
</
p
>
{% endfor %}
{% endif %}
{% endwith %}