We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f6f33 commit 7f1f75aCopy full SHA for 7f1f75a
crates/djls-template-ast/tagspecs/django.toml
@@ -3,17 +3,17 @@ closing = "endblock"
3
type = "block"
4
5
[django.template.defaulttags.for]
6
-branches = ["empty"]
7
-closing = "endfor"
8
-type = "block"
9
args = [
10
{ name = "{item}", required = true },
11
{ name = "in", required = true },
12
{ name = "{iterable}", required = true },
13
]
+branches = ["empty"]
+closing = "endfor"
+type = "block"
14
15
[django.template.defaulttags.if]
16
+args = [{ name = "condition", required = true }]
17
branches = ["elif", "else"]
18
closing = "endif"
19
-args = [{ name = "condition", required = true }]
0 commit comments