Description
The existing example and docs walk through using django-template-partials. Since its functionality has been merged into the upcoming Django 6.0 (https://docs.djangoproject.com/en/6.0/releases/6.0/#template-partials), we should:
- Update the example project to Django 6.0 and use the built-in support there.
- Update the docs to cover how to do it on Django 6.0, now mentioning django-template-partials as a backport.