github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v1/layout.tpl (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <title>Example</title> 5 <script> 6 if (foo) { 7 bar(); 8 } 9 </script> 10 </head> 11 <body> 12 <h1>Pug - node template engine</h1> 13 <div id="container"></div> 14 </body> 15 </html>