Site icon Hip-Hop Website Design and Development

Remove all theme CSS & JS from wp_head (but only for 1 page template)

I have a page template, which is working nicely. But when I include , it loads the themes CSS and js files, which breaks my page template.

However, I still need the wp_head for some plugins to work.

Is there a way to stop wp_head from loading any of my theme’s CSS & js files?

I want the page template to only use its own CSS + js.