{% extends 'base.html' %} {% block content %}
{% csrf_token %} {% if user.profile %} {{ user.username }} {% endif %}

{{ user.username | title }}

{{user.email}}


{% endblock content %}