mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-17 00:05:51 +00:00
875 B
875 B
<html>
<head>
{% if title %}
{% else %}
{% endif %}
</head>
{% with messages = get_flashed_messages() %} {% if messages %}
Microblog:
Home
{% if current_user.is_anonymous %}
Login
{% else %}
Profile
Explore
Logout
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %}
-
{% for message in messages %}
- {{ message }} {% endfor %}