Porom
{% if not is_logged_in() %}
Welcome, guest. Please sign up or log in
{% else %}
{% with user = get_active_user() %}
Welcome, {{user.username}}
•
Settings
•
Inbox
{% if user.is_mod() %}
•
User list
{% endif %}
{% endwith %}
{% endif %}