github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v2/includes/index-a.tpl (about)

     1  <!DOCTYPE html>
     2  <html>
     3      <head>
     4          <style>
     5              /* style.css */
     6              h1 {
     7                color: red;
     8              } 
     9          </style>
    10      </head>
    11      <body>
    12          <h1>My Site</h1>
    13          <p>Welcome to my super lame site.</p>
    14          <script>
    15              // script.js
    16              console.log('You are awesome'); 
    17          </script>
    18      </body>
    19  </html>