This issue arises from incorrect Pug syntax. I encountered the same problem and resolved it by correcting the syntax. In this specific case, the color attribute is incorrectly written as color:"#ff3a00"
, but it should be color="#ff3a00"
. While this has been addressed in previous responses, the explanation in the comments is not particularly clear or easy to follow.