Setting id dynamically in jade / id interpolation
For anyone looking for the answer to this: Answered kindly by TJ the developer of express.
div(id=myPassedId),
div##{myPassedID}( isn't supported because it would be super ugly
For anyone looking for the answer to this: Answered kindly by TJ the developer of express.
div(id=myPassedId),
div##{myPassedID}( isn't supported because it would be super ugly