django-components/tests/templates
rbeard0330 be0a75e2a3
Missing context variables and kwargs in component_block (#17)
* 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>
2020-12-14 18:25:36 +01:00
..
filtered_template.html Add test for more complex template that uses built-in django filter. 2019-11-24 11:10:14 +01:00
iffed_template.html Add test for passing two variables to template tag. 2019-11-24 11:17:17 +01:00
simple_template.html Add render() and render_dependencies() to Compoent. 2015-06-12 22:15:09 +02:00
slotted_template.html Add slots to components that can be filled when using component. 2020-06-06 09:11:27 +02:00
slotted_template_no_slots.html Add slots to components that can be filled when using component. 2020-06-06 09:11:27 +02:00
slotted_template_with_missing_variable.html Missing context variables and kwargs in component_block (#17) 2020-12-14 18:25:36 +01:00
template_with_provided_and_default_parameters.html Missing context variables and kwargs in component_block (#17) 2020-12-14 18:25:36 +01:00