From a48d4e32cdf6e13186ce1fdd44bc245d2b546733 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 10 Jul 2023 22:54:54 +0100 Subject: [PATCH] Add django-template-partials to Python template-fragment implementations. (#1549) --- www/content/essays/template-fragments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/content/essays/template-fragments.md b/www/content/essays/template-fragments.md index cc9cc180..c0fbdfbf 100644 --- a/www/content/essays/template-fragments.md +++ b/www/content/essays/template-fragments.md @@ -146,6 +146,7 @@ Here are some known implementations of the fragment concept: * [jinja_partials package](https://github.com/mikeckennedy/jinja_partials) ([discussion](https://github.com/mikeckennedy/jinja_partials/issues/1) on motivation) * [chameleon_partials package](https://github.com/mikeckennedy/chameleon_partials) * [htmlgenerator](https://github.com/basxsoftwareassociation/htmlgenerator) + * [django-template-partials](https://pypi.org/project/django-template-partials/) ([repository](https://github.com/carltongibson/django-template-partials)) * .NET * [Giraffe.ViewEngine.Htmx](https://github.com/bit-badger/Giraffe.Htmx/tree/main/src/ViewEngine.Htmx)