mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 03:07:19 +00:00

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>
13 lines
273 B
HTML
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 %}
|