{% extends 'base.html' %} {% set title = user.username %} {% import 'utils.html' as util with context %} {% block body %} {{ util.user_card(user, add_remove_buddy_form) }}