{% extends "base.html" %} {% block title %}API Keys - Janus{% endblock %} {% block keys_active %}bg-gray-700 text-white{% endblock %} {% block content %}

API Keys

Create New Key

{% include "keys_partial.html" %}
{% endblock %}