Why is (data-reveal=”bottom”) blocking my Pug file from rendering in the browser?
I am trying to use Pug to create an HTML template, but I am encountering an issue where my Pug file is not rendering in the browser. I have narrowed down the problem to the usage of a custom attribute (data-reveal=”bottom”) in my Pug file. When I include this attribute, the file fails to render.