profile.html 103 B

1234567
  1. {% include "base.html" %}
  2. {% block content %}
  3. <h2>{{user.name}}</h2>
  4. user data
  5. {% endblock %}