Customization template not working

I’m trying to test using the example from the docs and nothing happens which leads me to believe there must be something wrong with the structure of my document or the way I’m linking it. I’ve tried every possible variation I can think of and nothing is working–please help.

My snipcart-templates.html looks like this:

And in snipcart settings I have this:

window.SnipcartSettings = {
templatesUrl: “/snipcart-templates.html”,
};

@sg0 You would need to remove the line 8 and the closing div of it and it should work. Since the API key will be indicated in your snipcart setting the API div won’t be necessary. Here’s a working example that you can check kind-allen-hhki17 - CodeSandbox.