{% extends "base.html" %} {# 401 Unauthorized - the user must sign in to see this #} {% block title %}Unauthorized - {{ block.super }}{% endblock %} {% block content %}

Unauthorized

Only authorized users can access this content, please sign in or register to continue.

{% endblock %}