// Code generated by qtc from "home.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line web/template/home.qtpl:1 package template //line web/template/home.qtpl:1 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line web/template/home.qtpl:1 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line web/template/home.qtpl:1 type Home struct { *BaseOf } //line web/template/home.qtpl:6 func (p *Home) streambody(qw422016 *qt422016.Writer) { //line web/template/home.qtpl:6 qw422016.N().S(`

`) //line web/template/home.qtpl:20 qw422016.E().S(p.name) //line web/template/home.qtpl:20 qw422016.N().S(`

`) //line web/template/home.qtpl:22 p.streamt(qw422016, "Dead simple WebSub hub") //line web/template/home.qtpl:22 qw422016.N().S(`


`) //line web/template/home.qtpl:54 } //line web/template/home.qtpl:54 func (p *Home) writebody(qq422016 qtio422016.Writer) { //line web/template/home.qtpl:54 qw422016 := qt422016.AcquireWriter(qq422016) //line web/template/home.qtpl:54 p.streambody(qw422016) //line web/template/home.qtpl:54 qt422016.ReleaseWriter(qw422016) //line web/template/home.qtpl:54 } //line web/template/home.qtpl:54 func (p *Home) body() string { //line web/template/home.qtpl:54 qb422016 := qt422016.AcquireByteBuffer() //line web/template/home.qtpl:54 p.writebody(qb422016) //line web/template/home.qtpl:54 qs422016 := string(qb422016.B) //line web/template/home.qtpl:54 qt422016.ReleaseByteBuffer(qb422016) //line web/template/home.qtpl:54 return qs422016 //line web/template/home.qtpl:54 }