{% extends "djangocopy/base.html" %} {% block title %}Signout{% endblock %} {% block djangocopy-content %}
path('', RedirectView.as_view(url='my_index_page', permanent=False)),