mirror of
https://github.com/django-components/django-components.git
synced 2025-08-29 10:24:05 +00:00

* test: test to illustrate bug in component caching when using include tag * fix: add cleanup for render context in component rendering * refactor: clarify cleanup comment in component rendering logic * refactor: fix linter errors * test: formatting and unnecessary test setup --------- Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
4 lines
No EOL
149 B
HTML
4 lines
No EOL
149 B
HTML
{% include "test_cached_component_inside_include_sub.html" %}
|
|
{% block content %}
|
|
THIS_IS_IN_BASE_TEMPLATE_SO_SHOULD_BE_OVERRIDDEN
|
|
{% endblock %} |