{% extends "registration/base_registration.html" %} {% block title %}Log Out{% endblock %} {% block body_class %}{{ block.super }}{% endblock %} {% block content-header %}

You've logged out.

{% endblock %} {% block content %}

Thanks for visiting!

If you are looking to log in again, you can do that here.

{% endblock %}