Add script tag to all django templates

182 Views Asked by At

My Django app contains 100+ HTML templates (should've made a web app). I need to add a user feedback widget similar to Usersnap. One way is to add a script tag to all of the 100+ template files and make sure it's added in all future files as well.

Is there a way to add the script tag without repeating the code 100+ times?

0

There are 0 best solutions below