How to inject something at the end of every render in Django?

  Kiến thức lập trình

I want to inject a specific HTML comment at the end of every render of HTML in Django. I don’t want to write that at the end of base.html template, but want it to be injected by code. Is there a way for me to do it?

LEAVE A COMMENT