In Jade, input(type='text' placeholder='Type in text')
yields a syntax error. What is the correct syntax?
You need a comma:
input(type='text', placeholder='Type in text')
https://github.com/visionmedia/jade/blob/master/examples/attributes.jade
Happy Coding!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With