update: add load

This commit is contained in:
Lucas F. 2026-01-03 20:13:59 -03:00
parent 510dec9113
commit bbab647430
3 changed files with 88 additions and 11 deletions

20
todo.md
View file

@ -1,19 +1,19 @@
# Tags
- [ ] autoescape
- [x] autoescape
- [x] block
- [x] comment
- [ ] csrf_token
- [ ] cycle
- [x] cycle
- [ ] debug
- [x] extends
- [x] filter
- [ ] firstof
- [x] firstof
- [x] for
- [x] if
- [x] ifchanged
- [x] include
- [ ] load
- [x] load
- [ ] lorem
- [x] now
- [ ] partial
@ -21,10 +21,10 @@
- [ ] querystring
- [ ] regroup
- [ ] resetcycle
- [ ] spaceless
- [x] spaceless
- [ ] templatetag
- [ ] url
- [ ] verbatim
- [x] url
- [x] verbatim
- [ ] widthratio
- [x] with
@ -98,7 +98,7 @@ ___
- [x] spaceless — remove espaços em branco
- [x] verbatim — como raw
- [x] url — reverse de URLs (quando tiver routing)
- [ ] cycle — alternar valores em loop
- [ ] firstof — fallback de variáveis
- [ ] load — para custom tags/filters (futuro)
- [x] cycle — alternar valores em loop
- [x] firstof — fallback de variáveis
- [x] load — para custom tags/filters (futuro)
- [ ] csrf_token — quando tiver web