django-components/docs/reference/template_vars.md
Juro Oravec 55b1c8bc62
refecator: move defaults applying back to ext, raise on passing Slot to Slot, and docs cleanup (#1214)
* refecator: move defaults applying back to ext, raise on passing Slot to Slot, and docs cleanup

* docs: fix typo
2025-05-26 11:59:17 +02:00

484 B

Template variables

Here is a list of all variables that are automatically available from inside the component's template and in on_render_before / on_render_after hooks.

::: django_components.component.ComponentVars.args

::: django_components.component.ComponentVars.kwargs

::: django_components.component.ComponentVars.slots

::: django_components.component.ComponentVars.is_filled