{# Brand and toggle get grouped for better mobile display #}
{% include "site/logo.html" %}
{# Collect the nav links, forms, and other content for toggling #}
  • Home
    {% if request.user %} {% if request.user.is_admin() %}
  • Shell
  • {% endif %}
  • {{ request.user.friendly_name }}
  • {% else %}
  • Sign in
  • {% endif %}
{# /.navbar-collapse #}
{# /.container-fluid #}