{% extends 'base.html' %} {% block title %} {{ title }} {% endblock %} {% block content %}
{{ user.first_name }}
{{ user.last_name }}
{{ user.team }}
{{ user.age }}
Thumbnail
Profile picture
{% endblock %}