mirror of
https://github.com/django-components/django-components.git
synced 2025-11-15 13:10:23 +00:00
* fix: Fix bug where JS and CSS were missing when `{% component %}` tag was inside `{% include %}` tag
* refactor: fix mypy error
4 lines
No EOL
137 B
HTML
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 %} |