1// Code generated by qtc from "error.qtpl". DO NOT EDIT.
2// See https://github.com/valyala/quicktemplate for details.
3
4//line templates/error.qtpl:1
5package templates
6
7//line templates/error.qtpl:1
8import "context"
9
10//line templates/error.qtpl:3
11import (
12 qtio422016 "io"
13
14 qt422016 "github.com/valyala/quicktemplate"
15)
16
17//line templates/error.qtpl:3
18var (
19 _ = qtio422016.Copy
20 _ = qt422016.AcquireByteBuffer
21)
22
23//line templates/error.qtpl:4
24type ErrorPage struct {
25 Message string
26}
27
28//line templates/error.qtpl:9
29func (p *ErrorPage) StreamTitle(qw422016 *qt422016.Writer, ctx context.Context) {
30//line templates/error.qtpl:9
31 qw422016.N().S(`Error`)
32//line templates/error.qtpl:9
33}
34
35//line templates/error.qtpl:9
36func (p *ErrorPage) WriteTitle(qq422016 qtio422016.Writer, ctx context.Context) {
37//line templates/error.qtpl:9
38 qw422016 := qt422016.AcquireWriter(qq422016)
39//line templates/error.qtpl:9
40 p.StreamTitle(qw422016, ctx)
41//line templates/error.qtpl:9
42 qt422016.ReleaseWriter(qw422016)
43//line templates/error.qtpl:9
44}
45
46//line templates/error.qtpl:9
47func (p *ErrorPage) Title(ctx context.Context) string {
48//line templates/error.qtpl:9
49 qb422016 := qt422016.AcquireByteBuffer()
50//line templates/error.qtpl:9
51 p.WriteTitle(qb422016, ctx)
52//line templates/error.qtpl:9
53 qs422016 := string(qb422016.B)
54//line templates/error.qtpl:9
55 qt422016.ReleaseByteBuffer(qb422016)
56//line templates/error.qtpl:9
57 return qs422016
58//line templates/error.qtpl:9
59}
60
61//line templates/error.qtpl:11
62func (p *ErrorPage) StreamNavbar(qw422016 *qt422016.Writer, ctx context.Context) {
63//line templates/error.qtpl:11
64 StreamNavbar(qw422016, ctx, Git)
65//line templates/error.qtpl:11
66}
67
68//line templates/error.qtpl:11
69func (p *ErrorPage) WriteNavbar(qq422016 qtio422016.Writer, ctx context.Context) {
70//line templates/error.qtpl:11
71 qw422016 := qt422016.AcquireWriter(qq422016)
72//line templates/error.qtpl:11
73 p.StreamNavbar(qw422016, ctx)
74//line templates/error.qtpl:11
75 qt422016.ReleaseWriter(qw422016)
76//line templates/error.qtpl:11
77}
78
79//line templates/error.qtpl:11
80func (p *ErrorPage) Navbar(ctx context.Context) string {
81//line templates/error.qtpl:11
82 qb422016 := qt422016.AcquireByteBuffer()
83//line templates/error.qtpl:11
84 p.WriteNavbar(qb422016, ctx)
85//line templates/error.qtpl:11
86 qs422016 := string(qb422016.B)
87//line templates/error.qtpl:11
88 qt422016.ReleaseByteBuffer(qb422016)
89//line templates/error.qtpl:11
90 return qs422016
91//line templates/error.qtpl:11
92}
93
94//line templates/error.qtpl:13
95func (p *ErrorPage) StreamContent(qw422016 *qt422016.Writer, ctx context.Context) {
96//line templates/error.qtpl:13
97 qw422016.N().S(`
98`)
99//line templates/error.qtpl:14
100 qw422016.E().S(p.Message)
101//line templates/error.qtpl:14
102 qw422016.N().S(`
103`)
104//line templates/error.qtpl:15
105}
106
107//line templates/error.qtpl:15
108func (p *ErrorPage) WriteContent(qq422016 qtio422016.Writer, ctx context.Context) {
109//line templates/error.qtpl:15
110 qw422016 := qt422016.AcquireWriter(qq422016)
111//line templates/error.qtpl:15
112 p.StreamContent(qw422016, ctx)
113//line templates/error.qtpl:15
114 qt422016.ReleaseWriter(qw422016)
115//line templates/error.qtpl:15
116}
117
118//line templates/error.qtpl:15
119func (p *ErrorPage) Content(ctx context.Context) string {
120//line templates/error.qtpl:15
121 qb422016 := qt422016.AcquireByteBuffer()
122//line templates/error.qtpl:15
123 p.WriteContent(qb422016, ctx)
124//line templates/error.qtpl:15
125 qs422016 := string(qb422016.B)
126//line templates/error.qtpl:15
127 qt422016.ReleaseByteBuffer(qb422016)
128//line templates/error.qtpl:15
129 return qs422016
130//line templates/error.qtpl:15
131}
132
133//line templates/error.qtpl:17
134func (p *ErrorPage) StreamScript(qw422016 *qt422016.Writer, ctx context.Context) {
135//line templates/error.qtpl:17
136 qw422016.N().S(`
137`)
138//line templates/error.qtpl:18
139}
140
141//line templates/error.qtpl:18
142func (p *ErrorPage) WriteScript(qq422016 qtio422016.Writer, ctx context.Context) {
143//line templates/error.qtpl:18
144 qw422016 := qt422016.AcquireWriter(qq422016)
145//line templates/error.qtpl:18
146 p.StreamScript(qw422016, ctx)
147//line templates/error.qtpl:18
148 qt422016.ReleaseWriter(qw422016)
149//line templates/error.qtpl:18
150}
151
152//line templates/error.qtpl:18
153func (p *ErrorPage) Script(ctx context.Context) string {
154//line templates/error.qtpl:18
155 qb422016 := qt422016.AcquireByteBuffer()
156//line templates/error.qtpl:18
157 p.WriteScript(qb422016, ctx)
158//line templates/error.qtpl:18
159 qs422016 := string(qb422016.B)
160//line templates/error.qtpl:18
161 qt422016.ReleaseByteBuffer(qb422016)
162//line templates/error.qtpl:18
163 return qs422016
164//line templates/error.qtpl:18
165}