summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAstrid <mail+github@astr.cc>2023-07-14 10:39:11 +0200
committerGitHub <noreply@github.com>2023-07-14 10:39:11 +0200
commit0fa4a6a562e38fe5eef5aa0087e4e0c4f8a34dae (patch)
treee46fc66739be9f06f1ef2df72812d5152e6ff5ef
parent39ffb3aa189e5c358e990bcda0100118480238ba (diff)
downloadhtmx-0fa4a6a562e38fe5eef5aa0087e4e0c4f8a34dae.tar.gz
htmx-0fa4a6a562e38fe5eef5aa0087e4e0c4f8a34dae.zip
Add Rust/MiniJinja to template-fragments.md
Support was merged in https://github.com/mitsuhiko/minijinja/pull/262.
-rw-r--r--www/content/essays/template-fragments.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/content/essays/template-fragments.md b/www/content/essays/template-fragments.md
index c0fbdfbf..ffb19ce4 100644
--- a/www/content/essays/template-fragments.md
+++ b/www/content/essays/template-fragments.md
@@ -149,5 +149,7 @@ Here are some known implementations of the fragment concept:
* [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)
+* Rust
+ * [MiniJinja](https://docs.rs/minijinja/latest/minijinja/struct.State.html#method.render_block)
Please [let me know](/discord) if you know of others, so I can add them to this list.