jinja_partials icon indicating copy to clipboard operation
jinja_partials copied to clipboard

Simple reuse of partial HTML page templates in the Jinja template language for Python web frameworks. #pypackage

Results 3 jinja_partials issues
Sort by recently updated
recently updated
newest added

Hello, I'm working with a number to html templates which need to be used both online and offline. Is there anyway for this library to work in html outside of...

Is there scope to get this working on bottlepy? My normal stack jinja2 templating in Bottle. I'm half way through the htmx course which is pretty neat and wanted to...

Passing `request` to `render_partial` seems like a frequent pattern, at least in my usecases where I generate links using `url_for()`. Maybe I'm doing something wrong :wink: It would be great...