{% extends "base.html" %} {% block body %}

Avatar Settings

Set an avatar URL. The backend will fetch and cache it for rendering.
Open Avatar File
Cache Status
{{ "OK" if avatar_ok else "Not Image" }}
Content-Type
{{ avatar_ctype }}
Size
{{ avatar_size }} bytes
Last refresh: {{ avatar_updated }}

Template Snapshot

Stored in Redis as tpl:{{ user }}
{{ tpl }}
Advanced template context includes: name, avatar_ok, avatar_size, and utility functions like avatar_raw_text().
{% endblock %}