mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
6 lines
135 B
Django/Jinja
6 lines
135 B
Django/Jinja
{% extends "registration/logged_out.html" %}
|
|
|
|
{% block content %}
|
|
Hello from a custom logout template
|
|
{{ block.super }}
|
|
{% endblock %}
|