This website requires JavaScript.
Explore
Help
Sign In
rmontanana
/
microblog
Watch
1
Star
0
Fork
0
You've already forked microblog
mirror of
https://github.com/rmontanana/microblog.git
synced
2025-08-16 07:45:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f9020e921fc5bb98328818e1c7e63d98d6342c56
microblog
/
app
/
templates
/
base.html
Ricardo Montañana
f9020e921f
Chapter 4
2023-06-03 16:59:29 +02:00
603 B
Raw
Blame
History
<html> <head> {% if title %} {% else %} {% endif %} </head>
Microblog:
Home
Login
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %} {% endblock %} </html>