{% extends "layout.html" %} {% block title %}Logged Out{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
If you wish to log back in, please direct yourself to the login page.
Have a nice day.