{% include 'snippets/avatar.html' with user=user %} {% include 'snippets/username.html' with user=user %} {{ user.username }}
{% if not is_self %} {% include 'snippets/follow_button.html' with user=user %} {% endif %}