{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}
{% include 'snippets/left-menu.html' %}

Edit Profile




Omotosho Micheal ({{ account.username }})

{% if friends|length == 0 or friends|length == 1 %}
{{ friends|length }} friend
{% else %}
{{ friends|length }} friends
{% endif %} {% if account.username == request.user.username %}
{% csrf_token %}
We'll never share your email

{% endif %}
{% include 'snippets/right-data.html' %}
{% endblock %}