github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v2/comments.tpl (about) 1 <!-- just some paragraphs --> 2 <p>foo</p> 3 <p>bar</p> 4 <p>foo</p> 5 <p>bar</p> 6 <body> 7 <!-- 8 Comments for your HTML readers. 9 Use as much text as you want. 10 11 --> 12 </body> 13 <!DOCTYPE html> 14 <!--[if IE 8]><html lang="en" class="lt-ie9"><![endif]--> 15 <!--[if gt IE 8]><!--> 16 <html lang="en"> 17 <!--<![endif]--> 18 <body> 19 <p>Supporting old web browsers is a pain.</p> 20 </body> 21 </html>