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

{% if profile.settings.display_name %} {{ profile.settings.display_name }} {% else %} {{ profile.username }} {% endif %}

{{ profile.username }}

{{ profile.follower_count }}

{{ text "auth:label.followers" }}

{{ profile.following_count }}

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