mirror of
				https://github.com/bigskysoftware/htmx.git
				synced 2025-11-04 07:24:06 +00:00 
			
		
		
		
	Add Michael's partials projects for Python section (#1022)
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									5b395e5090
								
							
						
					
					
						commit
						e4f8105262
					
				@ -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');`
 | 
					  * [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
 | 
					* Python
 | 
				
			||||||
  * [Django Render Block Extension](https://pypi.org/project/django-render-block/)
 | 
					  * [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.
 | 
					Please [let me know](/discord) if you know of others, so I can add them to this list.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user