Add Michael's partials projects for Python section (#1022)

Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
This commit is contained in:
Michael Kennedy 2022-09-01 11:04:36 -07:00 committed by GitHub
parent 5b395e5090
commit e4f8105262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,5 +143,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/)
* [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)
Please [let me know](/discord) if you know of others, so I can add them to this list.