django-components/tests/templates
2024-02-21 22:38:06 +01:00
..
child_template.html Rework of context handling (#18) 2020-12-28 10:40:35 +01:00
conditional_template.html Improve slot handling to allow nested components, conditional slots, and slot.super (Fixes #33, #34, #37) 2021-05-26 00:59:46 +02:00
extendable_template_with_blocks.html Add regression test for #239 (broke extends tags) + minor tweaks (#247) 2023-03-23 21:38:08 +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
incrementer.html Add regression test for #239 (broke extends tags) + minor tweaks (#247) 2023-03-23 21:38:08 +01:00
mdn_complete_page.html Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
mdn_component_template.html Only render dependencies that are used of a specific page (#52) 2021-03-24 22:47:48 +01:00
nested_slot_template.html Improve slot handling to allow nested components, conditional slots, and slot.super (Fixes #33, #34, #37) 2021-05-26 00:59:46 +02:00
parent_template.html Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
parent_with_args_template.html Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
simple_template.html Add render() and render_dependencies() to Compoent. 2015-06-12 22:15:09 +02:00
slotted_component_nesting_template_pt1_calendar.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
slotted_component_nesting_template_pt2_dashboard.html Replace all instances of component_block with component. Remove duplicate tests. 2024-02-21 22:38:06 +01:00
slotted_template.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01: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 Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
slotted_template_with_required_slot.html Add required kwd to slot tag and add test 2023-03-14 23:40:21 +01:00
svg_dynamic1.svg Add tests for components with dynamic template. 2021-02-20 10:04:10 +01:00
svg_dynamic2.svg Add tests for components with dynamic template. 2021-02-20 10:04:10 +01:00
template_with_conditional_slots.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
template_with_default_and_required_slot.html Implement #231 – default slot filling (#269) 2023-05-18 14:58:46 +02:00
template_with_default_slot.html Implement #231 – default slot filling (#269) 2023-05-18 14:58:46 +02:00
template_with_if_elif_else_conditional_slots.html Implement #231 – default slot filling (#269) 2023-05-18 14:58:46 +02:00
template_with_illegal_slot.html Rework slot management to avoid nodelist copying (fixes #64) 2021-05-30 18:46:11 +02:00
template_with_illegal_super_recursion.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
template_with_negated_conditional_slots.html Introduce {% fill %} replacing 'fill' func of 'slot' tag 2023-03-14 23:40:21 +01:00
template_with_nonunique_slots.html Add required kwd to slot tag and add test 2023-03-14 23:40:21 +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
template_with_slot_in_a_loop.html Fix - fill inside loop (#273) 2023-05-18 15:46:46 +02:00
variable_display.html Rework of context handling (#18) 2020-12-28 10:40:35 +01:00