Conditional HTML rendering in SvelteKit not working as intended
So I have a footer component that reads links from a JSON file. I have a particular header that I only want to have present if the corresponding JSON property is not blank (i.e., if there's no link provided, it…