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

     1  // Code generated by "jade.go"; DO NOT EDIT.
     2  
     3  package jade
     4  
     5  import (
     6  	pool "github.com/valyala/bytebufferpool"
     7  )
     8  
     9  func Jade_indexa(buffer *pool.ByteBuffer) {
    10  
    11  	buffer.WriteString(`<!DOCTYPE html><html><head><style>/* style.css */
    12  h1 {
    13    color: red;
    14  }
    15  </style></head><body><h1>My Site</h1><p>Welcome to my super lame site.</p><script>// script.js
    16  console.log('You are awesome');
    17  </script></body></html>`)
    18  
    19  }