{% extends 'page_base.html' %} {% block content %} {% if g.all_projects %} {% if not g.project %}Projects {% endif %} {% for project in g.all_projects %} {{ project.name }} {% endfor %} {% endif %} {% if g.session_user %} Settings Account API Access Environments Models Profile Log out {{ g.session_user.email_address }} {% endif %} {% if g.project and show_project_nav %} {{ g.project.name }} Sessions Prompts Tests Comparisons {% endif %} {% block body %}{% endblock %} {% endblock content %}