{% if title %} {{ title }} - microblog {% else %} microblog {% endif %}
Microblog: Home {% if current_user.is_anonymous %} Login {% else %} Profile Logout {% endif %}

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %} {% endblock %}