{% extends "base.html" %} {%block title %}API KEY设置 {% endblock %} {% block content %}

APIKEY设置

{% for key in keys %}

{{key}} Remove

{% endfor %}

{% endblock %}