Files
tree-sitter-django/test/corpus/csrf_token.txt
T
2026-08-11 17:39:34 -05:00

15 lines
154 B
Plaintext

==================
Csrf Token
==================
<form method="post">
{% csrf_token %}
</form>
---
(template
(content)
(csrf_token)
(content))