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:
Michael Kennedy 2022-09-09 16:01:44 -07:00 committed by GitHub
parent 8400226e2a
commit b2d25a78b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)