{% extends "layout.html" %} {% block title %}Profile - {{ user.nickname }}{% endblock %} {% block content %}

 {{ user.nickname }}

This user profile is set to private.
{% endblock %}