N
Nornsight
{% if show_primary_nav|default(true) %}
{% if is_authenticated|default(false) %}
Dashboard
Legislators
Compare
{% if is_admin|default(false) %}
Admin
{% endif %} {% else %}
Overview
{% endif %}
{% endif %}
Help
{% if is_authenticated|default(false) %}
{{ current_user_name or "My account" }}
{{ current_user_email }}
Account settings
Sign out
{% else %}
Sign in
{% endif %}
{% block body %}{% endblock %}