{% extends 'base.html' %} {% block title %}{{profile.username}}'s Profile{% endblock %} {% block content %} {% if request.user.is_authenticated %}
Please log in to your account to view {{profile.username}}'s profile.