Add django-block-fragments to template-fragments essay (#3227)

This commit is contained in:
Kai Schlamp 2025-03-12 16:34:28 +01:00 committed by GitHub
parent b8a29903dc
commit b76b1f6b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,6 +160,7 @@ Here are some known implementations of the fragment concept:
* [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))
* [django-block-fragments](https://github.com/medihack/django-block-fragments)
* .NET
* [Giraffe.ViewEngine.Htmx](https://github.com/bit-badger/Giraffe.Htmx/tree/main/src/ViewEngine.Htmx)
* Rust