Inserting Meta using jade Template engine
node.js, pug
Solution
Yes, `meta(name='viewport', content='width=device-width, initial-scale=1.0')` is correct!
When it doubt use http://html2jade.aaron-powell.com/
Problem
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")`