{% extends 'base.html' %} {% block content %}
{% if name %} Viewing profile of {{ name }} {% else %} Viewing your own profile {% endif %}
Back