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

     1  //- index.pug
     2  doctype html
     3  html
     4    head
     5      style
     6        include inc/style.css
     7    body
     8      h1 My Site
     9      p Welcome to my super lame site.
    10      script
    11        include inc/script.js