We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecc8e3 commit a44e284Copy full SHA for a44e284
1 file changed
iframe.jade
@@ -0,0 +1,13 @@
1
+!!! 5
2
+html
3
+ head
4
+ meta(charset = 'utf-8')
5
+ meta('http-equiv' = 'X-UA-Compatible', content = 'IE=edge,chrome=1')
6
+ title Topcoat
7
+ meta(name="viewport", content="user-scalable=no,initial-scale = 1.0,maximum-scale = 1.0")
8
+ - if(project.debug)
9
+ link(rel='stylesheet', type='text/css', href=document.relativeSource)
10
+ - else
11
+ style.
12
+ !{document.minified}
13
+ body=component.markup
0 commit comments