132 | | The third-party app django-template-partials allows for reusable named inline partials for the Django Template Language. These named inline partials can be used multiple times within a template or included in other templates. It would be good to have support built-in to core. |
133 | | |
134 | | Outcome would be a PR adding this into Django. |
| 132 | The third-party app django-template-partials allows for reusable named inline partials for the Django Template Language. These named inline partials can be used multiple times within a template or included in other templates. They are particularly useful when using libraries such as HTMX. It would be good to have support built-in to core. |
| 133 | |
| 134 | Outcome would be a PR adding this into Django. In addition there would be preparatory work on the Django-template-partials repo to smooth the migration for existing users. There is a [https://github.com/carltongibson/django-template-partials/issues/29#issuecomment-1985720813 tracking issue on the repo] that can be used for guidance. |