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

`) //line web/ticket.qtpl:9 p.streamt(qw422016, "TicketAuth") //line web/ticket.qtpl:9 qw422016.N().S(`

`) //line web/ticket.qtpl:21 if p.CSRF != nil { //line web/ticket.qtpl:21 qw422016.N().S(` `) //line web/ticket.qtpl:25 } //line web/ticket.qtpl:25 qw422016.N().S(`
`) //line web/ticket.qtpl:50 } //line web/ticket.qtpl:50 func (p *TicketPage) writebody(qq422016 qtio422016.Writer) { //line web/ticket.qtpl:50 qw422016 := qt422016.AcquireWriter(qq422016) //line web/ticket.qtpl:50 p.streambody(qw422016) //line web/ticket.qtpl:50 qt422016.ReleaseWriter(qw422016) //line web/ticket.qtpl:50 } //line web/ticket.qtpl:50 func (p *TicketPage) body() string { //line web/ticket.qtpl:50 qb422016 := qt422016.AcquireByteBuffer() //line web/ticket.qtpl:50 p.writebody(qb422016) //line web/ticket.qtpl:50 qs422016 := string(qb422016.B) //line web/ticket.qtpl:50 qt422016.ReleaseByteBuffer(qb422016) //line web/ticket.qtpl:50 return qs422016 //line web/ticket.qtpl:50 }