{% block head %}{% endblock %}
{% if username %}
AI
CoderAI
Overview
Studio
{% if is_admin|default(false) %}
Models
Tokens
Users
Settings
{% endif %}
{{ username }}
Sign out
{% endif %}
{% block content %}{% endblock %}
{% if username %}
{% endif %} {% block scripts %}{% endblock %}