{% extends "base.html" %} {% block content %}
用户名: {{ current_user.username }}
邮箱: {{ current_user.email }}
当前积分: {{ current_user.points }}
创建时间:{{ subdomain.created_at.strftime('%Y-%m-%d %H:%M:%S') }}