github.com/servernoj/jade@v0.0.0-20231225191405-efec98d19db1/testdata/v2/filters.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 Output(user string, buffer *pool.ByteBuffer) { 10 11 buffer.WriteString(`<p></p><p> In the midst of a large amount of plain 12 text, suddenly a wild <appeared> 13 </appeared></p><script></script><p><div><div id="function"></div></div></p>`) 14 15 }