Project name
Home
About
Dropdown
Action
Another action
Something else here
Nav header
Separated link
One more separated link
Signup
Login
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
×
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}