{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block body %} Profile Name {{ user.name }} Email {{ user.email }} id {{ user.id }} {% if (profile.image_file) %} {% endif %} {{ profile.name }} {{ profile.description }} Edit Delete profile image {% endblock %}
{{ profile.description }}