Join Nostr
2025-12-19 11:59:08 UTC
in reply to

Django on Nostr: You can also access and render partial templates directly! This can be done using the ...

You can also access and render partial templates directly! This can be done using the syntax `template.html#partial_name`.

This works particularly nicely with front end libraries like HTMX that often need to re-render a specific part of a page in isolation.