How can I load a partial if it’s the user’s first time on the site? I know about using localStorage, but I don’t know how to load a partial through a .js file, and I was wondering if Hugo has something for this. Either running a js if statement through an .html, or loading a Hugo partial through a .js
Open to all suggestions, thank you!