{% extends "base.html" %} {% block title %} Profile | {{ block.super }} {% endblock %} {% block header %}

Private

{% endblock %} {% block content %}

Sorry, the owner of that world has made it only visible to members. {% if user.is_authenticated %} Go back to the main world, perhaps. {% else %} Perhaps login or create an account.

Or, go back to the main world. {% endif %}

{% endblock %}