account.html 112 字节
Newer Older
C
Corey Schafer 已提交
1 2 3 4
{% extends "layout.html" %}
{% block content %}
    <h1>{{ current_user.username }}</h1>
{% endblock content %}