// Code generated by qtc from "error.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line templates/error.qtpl:1 package templates //line templates/error.qtpl:1 import "context" //line templates/error.qtpl:3 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line templates/error.qtpl:3 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line templates/error.qtpl:4 type ErrorPage struct { Message string } //line templates/error.qtpl:9 func (p *ErrorPage) StreamTitle(qw422016 *qt422016.Writer, ctx context.Context) { //line templates/error.qtpl:9 qw422016.N().S(`Error`) //line templates/error.qtpl:9 } //line templates/error.qtpl:9 func (p *ErrorPage) WriteTitle(qq422016 qtio422016.Writer, ctx context.Context) { //line templates/error.qtpl:9 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/error.qtpl:9 p.StreamTitle(qw422016, ctx) //line templates/error.qtpl:9 qt422016.ReleaseWriter(qw422016) //line templates/error.qtpl:9 } //line templates/error.qtpl:9 func (p *ErrorPage) Title(ctx context.Context) string { //line templates/error.qtpl:9 qb422016 := qt422016.AcquireByteBuffer() //line templates/error.qtpl:9 p.WriteTitle(qb422016, ctx) //line templates/error.qtpl:9 qs422016 := string(qb422016.B) //line templates/error.qtpl:9 qt422016.ReleaseByteBuffer(qb422016) //line templates/error.qtpl:9 return qs422016 //line templates/error.qtpl:9 } //line templates/error.qtpl:11 func (p *ErrorPage) StreamNavbar(qw422016 *qt422016.Writer, ctx context.Context) { //line templates/error.qtpl:11 StreamNavbar(qw422016, ctx, Git) //line templates/error.qtpl:11 } //line templates/error.qtpl:11 func (p *ErrorPage) WriteNavbar(qq422016 qtio422016.Writer, ctx context.Context) { //line templates/error.qtpl:11 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/error.qtpl:11 p.StreamNavbar(qw422016, ctx) //line templates/error.qtpl:11 qt422016.ReleaseWriter(qw422016) //line templates/error.qtpl:11 } //line templates/error.qtpl:11 func (p *ErrorPage) Navbar(ctx context.Context) string { //line templates/error.qtpl:11 qb422016 := qt422016.AcquireByteBuffer() //line templates/error.qtpl:11 p.WriteNavbar(qb422016, ctx) //line templates/error.qtpl:11 qs422016 := string(qb422016.B) //line templates/error.qtpl:11 qt422016.ReleaseByteBuffer(qb422016) //line templates/error.qtpl:11 return qs422016 //line templates/error.qtpl:11 } //line templates/error.qtpl:13 func (p *ErrorPage) StreamContent(qw422016 *qt422016.Writer, ctx context.Context) { //line templates/error.qtpl:13 qw422016.N().S(` `) //line templates/error.qtpl:14 qw422016.E().S(p.Message) //line templates/error.qtpl:14 qw422016.N().S(` `) //line templates/error.qtpl:15 } //line templates/error.qtpl:15 func (p *ErrorPage) WriteContent(qq422016 qtio422016.Writer, ctx context.Context) { //line templates/error.qtpl:15 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/error.qtpl:15 p.StreamContent(qw422016, ctx) //line templates/error.qtpl:15 qt422016.ReleaseWriter(qw422016) //line templates/error.qtpl:15 } //line templates/error.qtpl:15 func (p *ErrorPage) Content(ctx context.Context) string { //line templates/error.qtpl:15 qb422016 := qt422016.AcquireByteBuffer() //line templates/error.qtpl:15 p.WriteContent(qb422016, ctx) //line templates/error.qtpl:15 qs422016 := string(qb422016.B) //line templates/error.qtpl:15 qt422016.ReleaseByteBuffer(qb422016) //line templates/error.qtpl:15 return qs422016 //line templates/error.qtpl:15 } //line templates/error.qtpl:17 func (p *ErrorPage) StreamScript(qw422016 *qt422016.Writer, ctx context.Context) { //line templates/error.qtpl:17 qw422016.N().S(` `) //line templates/error.qtpl:18 } //line templates/error.qtpl:18 func (p *ErrorPage) WriteScript(qq422016 qtio422016.Writer, ctx context.Context) { //line templates/error.qtpl:18 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/error.qtpl:18 p.StreamScript(qw422016, ctx) //line templates/error.qtpl:18 qt422016.ReleaseWriter(qw422016) //line templates/error.qtpl:18 } //line templates/error.qtpl:18 func (p *ErrorPage) Script(ctx context.Context) string { //line templates/error.qtpl:18 qb422016 := qt422016.AcquireByteBuffer() //line templates/error.qtpl:18 p.WriteScript(qb422016, ctx) //line templates/error.qtpl:18 qs422016 := string(qb422016.B) //line templates/error.qtpl:18 qt422016.ReleaseByteBuffer(qb422016) //line templates/error.qtpl:18 return qs422016 //line templates/error.qtpl:18 }