{% extends "layout/home_base.html" %} {% block home_content %} {% if category == "account" %}

{{ _('Avatar') }}

{{ _('You can also upload your avatar to Gravatar and it will be automatically updated here.')|safe }}

{{ current.uname }}
{% endif %}
{% include "partials/setting.html" %}
{% endblock %}