summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/essays/template-fragments.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/essays/template-fragments.md')
-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