{% extends "base.html" %} {% block title %}{{ super() }}/ Authentication required{% endblock %} {% block content %}
Go to login page to authenticate.