{% extends "base.html" %} {% load static %} {% block content %} <div class="container"> <h3>Имя: {{user.name}}</h3> <img src="{{user.avatar.url}}" width="150px" height="150px"> </div> {% endblock %}