mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-22 11:51:52 +00:00
6 lines
142 B
HTML
6 lines
142 B
HTML
|
|
{% extends "registration/logged_out.html" %}
|
||
|
|
{% block content %}
|
||
|
|
Hello from a custom logout template
|
||
|
|
{{ block.super }}
|
||
|
|
{% endblock %}
|