summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKai Schlamp <kai.schlamp@gmail.com>2025-03-12 16:34:28 +0100
committerGitHub <noreply@github.com>2025-03-12 10:34:28 -0500
commitb76b1f6b9b297378ebedbaf1ad4c08220b97d00a (patch)
tree3088b073f34083c30b176dd24a9344d445ffbb7e
parentb8a29903dc0f61c6b42a05025f6e377bcb413eb9 (diff)
downloadhtmx-b76b1f6b9b297378ebedbaf1ad4c08220b97d00a.tar.gz
htmx-b76b1f6b9b297378ebedbaf1ad4c08220b97d00a.zip
Add django-block-fragments to template-fragments essay (#3227)
-rw-r--r--www/content/essays/template-fragments.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/content/essays/template-fragments.md b/www/content/essays/template-fragments.md
index 2bfb0969..c8b820ee 100644
--- a/www/content/essays/template-fragments.md
+++ b/www/content/essays/template-fragments.md
@@ -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