{% extends "barest_base.html" %} {% load static %} {% load i18n %} {% block title %}Logged out ยท {{ site_title }}{% endblock %} {% block content %}
{# the cyan background #}
{# the centered box #}
{# the logo #} Bugsink logo
{% translate "You have been logged out." %} {% translate "Log in again." %}
{% endblock %}