{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} {{ profile.username }} - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ components::avatar(username=profile.username,size="72px") }}

{% if profile.settings.display_name %} {{ profile.settings.display_name }} {% else %} {{ profile.username }} {% endif %} {% if profile.is_verified %} {{ icon "badge-check" }} {% endif %}

{{ profile.username }}
{{ profile.settings.biography }}
ID
Joined {{ profile.created }}
{{ icon "users-round" }} {{ text "auth:label.joined_communities" }}
{% block content %}{% endblock %}
{% endblock %}