{% extends "master.html" %} {% block leftmenu %} {% include "home_menu.html" %} {% endblock %} {% block nav-user %}class="active"{% endblock %} {% block content %} {% if user %}

{{ profile.user.username }}

{{ profile.profile_text_html|safe }} {% if request.user.username == profile.user.username %}

Edit your profile

Change your password

{% endif %} {% else %}

No user was found with that name.

{% endif %} {% endblock %}