mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 14:04:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c421dac2e3
@ -141,7 +141,7 @@ Here are some known implementations of the fragment concept:
|
||||
* PHP
|
||||
* [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/)
|
||||
* [Django Render Block Extension](https://pypi.org/project/django-render-block/) - see [example code for htmx](https://github.com/spookylukey/django-htmx-patterns/blob/master/inline_partials.rst)
|
||||
* [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)
|
||||
|
@ -33,6 +33,7 @@ These examples may make it a bit easier to get started using htmx with your plat
|
||||
### Django
|
||||
|
||||
- <https://github.com/adamchainz/django-htmx>
|
||||
- <https://github.com/spookylukey/django-htmx-patterns/>
|
||||
- <https://github.com/idlesign/django-siteajax>
|
||||
- <https://github.com/guettli/django-htmx-fun/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user