mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
refactor: move slot escaping inside Slot, remve Slot.escaped, and remove render kwarg escape_slots_content
(#1211)
This commit is contained in:
parent
046569e16d
commit
2e08af9a13
6 changed files with 76 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
|||
django-components has THE most extensive slot system of all the popular Python templating engines.
|
||||
django-components has the most extensive slot system of all the popular Python templating engines.
|
||||
|
||||
The slot system is based on [Vue](https://vuejs.org/guide/components/slots.html), and works across both Django templates and Python code.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue