mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 06:51:32 +00:00
Add Sergi's jinja_fragments package to Python list (#1035)
* Add Sergi's jinja_fragments package to Python list * That's jinja2-fragments package
This commit is contained in:
parent
8400226e2a
commit
b2d25a78b1
@ -141,6 +141,7 @@ Here are some known implementations of the fragment concept:
|
||||
* [Latte](https://latte.nette.org/en/template-inheritance#toc-blocks) - Use the 3rd parameter to only render 1 block from the template - `$Latte_Engine->render('path/to/template.latte', [ 'foo' => 'bar' ], 'content');`
|
||||
* Python
|
||||
* [Django Render Block Extension](https://pypi.org/project/django-render-block/)
|
||||
* [jinja2-fragments package](https://github.com/sponsfreixes/jinja2-fragments)
|
||||
* [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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user