{% if posthog_key %} {% endif %}
Canon
Explorer
{% if orgs is defined and orgs | length > 1 %}
{% for o in orgs %}
{{ o }}
{% endfor %}
{% endif %}
{% if user %}
{{ user.email }}
{% if not request.session.get('github_user') %}
Connect GitHub
{% endif %}
Logout
{% endif %}
{% if orgs is defined and orgs | length > 1 %}
{% for o in orgs %}
{{ o }}
{% endfor %}
{% endif %}
{% if user %}
{{ user.email }}
Logout
{% endif %}
Theme
{% block content %}{% endblock %}