mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 19:27:19 +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 %} |