Can we append to a {% block %} rather than overwrite?

Viewed 22041

In my core.html I have a block labeled javascript. It would be great if I can append more lines to this block without overwriting everything in it.

2 Answers
Related