{{config.SITE_NAME}}
{{config.SITE_TAGLINE or ' ' | safe}}
{%- if is_logged_in() -%}
{%- with user = get_active_user() -%}
{%- set uc = user.get_unread_count() -%}
{%- endwith -%}
{%- elif request.path != url_for('users.sign_up') and request.path != url_for('users.log_in') -%}
{%- endif -%}