mirror of
https://github.com/django/django.git
synced 2025-10-30 09:06:13 +00:00
Previously, the closing token for the verbatim tag was specified as the
first argument of the opening token. As pointed out by Jannis, this is
a rather major departure from the core tag standard.
The new method reflects how you can give a specific closing name to
{% block %} tags.