/** * JS that should be run on every page load on ALL views. * * Import for side effects only. */ // $(() => { // $('.collapse').collapse(); // });