{% extends "base.html" %} {% load wagtailimages_tags wagtailcore_tags %} {% block content %}
{% if user.wagtail_userprofile.avatar %} {% else %} {% endif %}

{{user.username}}

设置
{% endblock %}