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

Django on Nostr: Next up, rendering: This can be done with the `{% partial %}` tag. Give it the name ...

Next up, rendering:

This can be done with the `{% partial %}` tag. Give it the name of a partial template and the contents of that template will be rendered at that location in the template. This works exactly like `{% include %}` would on a template file.