{% extends 'layout.html' %} {% block content %}
{% block profile-nav %} {% include "../partials/_profile_nav.html" %} {% endblock %}

Pseudo : {{ user.username }}

Date d'nscription : {{ user.date_joined|date:"F j, Y" }}

Bio de profil : {{ user.profile.biography }}

{% endblock %}