I want to render
<meta name="viewport" content="width=device-width, initial-scale=1.0">
in my index page Html head
is this the correct solution
meta(name="viewport",content="width=device-width, initial-scale=1.0")
Yes, meta(name='viewport', content='width=device-width, initial-scale=1.0')
is correct!
When it doubt use http://html2jade.aaron-powell.com/