// Code generated by qtc from "login.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line templates/login.qtpl:1 package templates //line templates/login.qtpl:1 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line templates/login.qtpl:1 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line templates/login.qtpl:2 type LoginPage struct { } //line templates/login.qtpl:6 func (p *LoginPage) StreamTitle(qw422016 *qt422016.Writer) { //line templates/login.qtpl:6 qw422016.N().S(`Hello`) //line templates/login.qtpl:6 } //line templates/login.qtpl:6 func (p *LoginPage) WriteTitle(qq422016 qtio422016.Writer) { //line templates/login.qtpl:6 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/login.qtpl:6 p.StreamTitle(qw422016) //line templates/login.qtpl:6 qt422016.ReleaseWriter(qw422016) //line templates/login.qtpl:6 } //line templates/login.qtpl:6 func (p *LoginPage) Title() string { //line templates/login.qtpl:6 qb422016 := qt422016.AcquireByteBuffer() //line templates/login.qtpl:6 p.WriteTitle(qb422016) //line templates/login.qtpl:6 qs422016 := string(qb422016.B) //line templates/login.qtpl:6 qt422016.ReleaseByteBuffer(qb422016) //line templates/login.qtpl:6 return qs422016 //line templates/login.qtpl:6 } //line templates/login.qtpl:8 func (p *LoginPage) StreamNavbar(qw422016 *qt422016.Writer) { //line templates/login.qtpl:8 StreamNavbar(qw422016, Login) //line templates/login.qtpl:8 } //line templates/login.qtpl:8 func (p *LoginPage) WriteNavbar(qq422016 qtio422016.Writer) { //line templates/login.qtpl:8 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/login.qtpl:8 p.StreamNavbar(qw422016) //line templates/login.qtpl:8 qt422016.ReleaseWriter(qw422016) //line templates/login.qtpl:8 } //line templates/login.qtpl:8 func (p *LoginPage) Navbar() string { //line templates/login.qtpl:8 qb422016 := qt422016.AcquireByteBuffer() //line templates/login.qtpl:8 p.WriteNavbar(qb422016) //line templates/login.qtpl:8 qs422016 := string(qb422016.B) //line templates/login.qtpl:8 qt422016.ReleaseByteBuffer(qb422016) //line templates/login.qtpl:8 return qs422016 //line templates/login.qtpl:8 } //line templates/login.qtpl:10 func (p *LoginPage) StreamContent(qw422016 *qt422016.Writer) { //line templates/login.qtpl:10 qw422016.N().S(`