{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block content %}
Profile picture {% if is_owner %}
{% if has_custom_avatar %}
{% endif %} {% endif %}

User

{{ viewed_user }}

Role: {{ viewed_role }}

Biography

{{ profile if profile else 'No biography yet.' }}
{% if is_owner %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}