django-components/tests/templates/component_inside_include_base.html
Juro Oravec 81c0d419b4
fix: Fix bug where JS and CSS were missing when {% component %} tag was inside {% include %} tag (#1300)
* fix: Fix bug where JS and CSS were missing when `{% component %}` tag was inside `{% include %}` tag

* refactor: fix mypy error
2025-07-20 23:42:59 +02:00

4 lines
No EOL
137 B
HTML

{% include "component_inside_include_sub.html" %}
{% block content %}
THIS_IS_IN_BASE_TEMPLATE_SO_SHOULD_BE_OVERRIDDEN
{% endblock %}