mirror of
https://github.com/django-components/django-components.git
synced 2025-08-16 12:10:14 +00:00

* Fix issue with missing variables by binding template to context in Component.render method. * Pass extra_context to Component.render() Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2 lines
87 B
HTML
2 lines
87 B
HTML
Provided variable: <strong>{{ variable }}</strong>
|
|
Default: <p>{{ default_param }}</p>
|