{% load static %}
{% block title %}虾皮圈{% endblock %}
虾皮圈
{% with current_url=request.resolver_match.url_name %} {% if user.is_authenticated %}
控制台
充值
API Key
可用模型
充值记录
点数记录
{% csrf_token %}
退出
{% else %}
登录
注册
{% endif %} {% endwith %}
{% block body %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% endblock %}