{% extends "base.html" %} {% block title %}{{ status_code }} - {{ status_text }}{% endblock %} {% block content %}

{{ status_code }} ยท {{ status_text }}

{{ message }}

{% if status_code == 401 %} Log in Sign up Go Home {% else %} Go Home {% endif %}

If this looks wrong, email info@makenot.work.

{% endblock %}