djLint/tests/source_django/logout.html
2021-12-14 09:57:37 +01:00

5 lines
142 B
HTML

{% extends "registration/logged_out.html" %}
{% block content %}
Hello from a custom logout template
{{ block.super }}
{% endblock %}