{% extends 'base.html' %} {% block title %}Profil{% endblock %} {% block content %}

Profil

Name: {{ user.name }}

E-Mail: {{ user.email }}

{% endblock %}