django-components/tests/templates/integration_template_partials.html
Copilot aa14e3698d
Patch TemplateProxy to restore compatibility with template_partials (#1328)
Co-authored-by: EmilStenstrom <224130+EmilStenstrom@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2025-08-14 11:00:56 +02:00

13 lines
273 B
HTML

<!-- TODO: Delete after Django 5.2 reaches end of life -->
{% load component_tags %}
{% load partials %}
{% partialdef test___partial inline %}
{% component_css_dependencies %}
{% component "calendar" date=date / %}
{% component_js_dependencies %}
{% endpartialdef %}