{% extends "layout.html" %} {% block content %}

{{user.username}}


{% if user.profile_image_id != None %} {% endif %}

Full Name: {{user.first_name}} {{user.last_name}}

{% if user.public_email == True %}

Email Address: {{user.email}}

{% endif %}

{{user.about_me}}


{% endblock %}