Porom anti-social media {%- if is_logged_in() -%} {%- with user = get_active_user() -%}
  • Welcome, {{ user.get_readable_name() }}
  • Settings
  • Inbox
  • Bookmarks
  • {% if user.is_mod() -%}
  • Moderation
  • {%- endif %}
{%- endwith -%} {%- elif request.path != url_for('users.sign_up') and request.path != url_for('users.log_in') -%}
Sign up
{%- endif -%}