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.
{% block javascript %} {{ block.super }} ... more content ... {% endblock %}
See: Django documentation - Template inheritance
1.4m articles
1.4m replys
5 comments
57.0k users