{% extends 'base/base.html' %} {% block title %} logout {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Logout successful


Login Signup

{% include 'base/footer.html' %} {% endblock %}