{% extends "base.html" %} {% block title %}{{ identity }}{% endblock %} {% block body_class %}has-banner{% endblock %} {% block content %}
The system is still fetching this profile. Refresh to see updates.
{% else %}This is a member of another server. See their original profile ➔
{% endif %} {% endif %} {% for post in posts %} {% include "activities/_post.html" %} {% empty %} No posts yet. {% endfor %} {% endblock %}