Html – Why is this js file loaded and executed on each page change?
I have two page called first.html and second.html. The template of the two page is the same except for first and second text. Is an example to understand an issue. first.html: <!doctype html> <body hx-boost="true"> First page! <a href="/second.html">Go to…