{% block nav %}
📮 星笺
{% if user is defined and user %}
Profile
设置
{% if user.is_admin %}
邀请码管理
{% endif %}
退出
{% endif %}
{% endblock %}
{% block content %}{% endblock %}