You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Foo.txt:3:3: block `foo` was already called at `Foo.txt:2:3` so the previous one will be ignored
2
+
You can repeat blocks by using the `template` proc-macro blocks: https://askama.readthedocs.io/en/latest/creating_templates.html#blocks
3
+
⚠️⚠️⚠️ This will stop compiling starting next version!
2
4
⚠️ testing/templates/extend-duplicated.html:4:3: block `content` was already called at `testing/templates/extend-duplicated.html:3:3` so the previous one will be ignored
5
+
You can repeat blocks by using the `template` proc-macro blocks: https://askama.readthedocs.io/en/latest/creating_templates.html#blocks
6
+
⚠️⚠️⚠️ This will stop compiling starting next version!
0 commit comments