{% import "bootstrap/wtf.html" as wtf %}
Home
Shopping
Cart
Wishlist
{% if current_user.is_authenticated %}
{{current_user.username.upper()}}
Logout
{% else %}
Login
Sign up
{% endif %}
{% block content %}
{% block page_content %}{% endblock %}
{% endblock %}