forked from googlecodelabs/tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tmpldata.go
372 lines (369 loc) · 18.7 KB
/
tmpldata.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
// Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// This file is auto-generated by gen-tmpldata.go.
// All modifications will be lost.
package render
var tmpldata = map[string]*template{
"html": &template{
html: true,
bytes: []byte{
0x3c,0x21,0x2d,0x2d,0xa,0x43,0x6f,0x70,0x79,0x72,
0x69,0x67,0x68,0x74,0x20,0x28,0x63,0x29,0x20,0x32,
0x30,0x31,0x36,0x20,0x47,0x6f,0x6f,0x67,0x6c,0x65,
0x20,0x49,0x6e,0x63,0x2e,0xa,0xa,0x4c,0x69,0x63,
0x65,0x6e,0x73,0x65,0x64,0x20,0x75,0x6e,0x64,0x65,
0x72,0x20,0x74,0x68,0x65,0x20,0x41,0x70,0x61,0x63,
0x68,0x65,0x20,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,
0x2c,0x20,0x56,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,
0x32,0x2e,0x30,0x20,0x28,0x74,0x68,0x65,0x20,0x22,
0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x22,0x29,0x3b,
0x20,0x79,0x6f,0x75,0x20,0x6d,0x61,0x79,0x20,0x6e,
0x6f,0x74,0xa,0x75,0x73,0x65,0x20,0x74,0x68,0x69,
0x73,0x20,0x66,0x69,0x6c,0x65,0x20,0x65,0x78,0x63,
0x65,0x70,0x74,0x20,0x69,0x6e,0x20,0x63,0x6f,0x6d,
0x70,0x6c,0x69,0x61,0x6e,0x63,0x65,0x20,0x77,0x69,
0x74,0x68,0x20,0x74,0x68,0x65,0x20,0x4c,0x69,0x63,
0x65,0x6e,0x73,0x65,0x2e,0x20,0x59,0x6f,0x75,0x20,
0x6d,0x61,0x79,0x20,0x6f,0x62,0x74,0x61,0x69,0x6e,
0x20,0x61,0x20,0x63,0x6f,0x70,0x79,0x20,0x6f,0x66,
0xa,0x74,0x68,0x65,0x20,0x4c,0x69,0x63,0x65,0x6e,
0x73,0x65,0x20,0x61,0x74,0xa,0xa,0x20,0x20,0x20,
0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,
0x77,0x2e,0x61,0x70,0x61,0x63,0x68,0x65,0x2e,0x6f,
0x72,0x67,0x2f,0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,
0x73,0x2f,0x4c,0x49,0x43,0x45,0x4e,0x53,0x45,0x2d,
0x32,0x2e,0x30,0xa,0xa,0x55,0x6e,0x6c,0x65,0x73,
0x73,0x20,0x72,0x65,0x71,0x75,0x69,0x72,0x65,0x64,
0x20,0x62,0x79,0x20,0x61,0x70,0x70,0x6c,0x69,0x63,
0x61,0x62,0x6c,0x65,0x20,0x6c,0x61,0x77,0x20,0x6f,
0x72,0x20,0x61,0x67,0x72,0x65,0x65,0x64,0x20,0x74,
0x6f,0x20,0x69,0x6e,0x20,0x77,0x72,0x69,0x74,0x69,
0x6e,0x67,0x2c,0x20,0x73,0x6f,0x66,0x74,0x77,0x61,
0x72,0x65,0xa,0x64,0x69,0x73,0x74,0x72,0x69,0x62,
0x75,0x74,0x65,0x64,0x20,0x75,0x6e,0x64,0x65,0x72,
0x20,0x74,0x68,0x65,0x20,0x4c,0x69,0x63,0x65,0x6e,
0x73,0x65,0x20,0x69,0x73,0x20,0x64,0x69,0x73,0x74,
0x72,0x69,0x62,0x75,0x74,0x65,0x64,0x20,0x6f,0x6e,
0x20,0x61,0x6e,0x20,0x22,0x41,0x53,0x20,0x49,0x53,
0x22,0x20,0x42,0x41,0x53,0x49,0x53,0x2c,0x20,0x57,
0x49,0x54,0x48,0x4f,0x55,0x54,0xa,0x57,0x41,0x52,
0x52,0x41,0x4e,0x54,0x49,0x45,0x53,0x20,0x4f,0x52,
0x20,0x43,0x4f,0x4e,0x44,0x49,0x54,0x49,0x4f,0x4e,
0x53,0x20,0x4f,0x46,0x20,0x41,0x4e,0x59,0x20,0x4b,
0x49,0x4e,0x44,0x2c,0x20,0x65,0x69,0x74,0x68,0x65,
0x72,0x20,0x65,0x78,0x70,0x72,0x65,0x73,0x73,0x20,
0x6f,0x72,0x20,0x69,0x6d,0x70,0x6c,0x69,0x65,0x64,
0x2e,0x20,0x53,0x65,0x65,0x20,0x74,0x68,0x65,0xa,
0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x20,0x66,0x6f,
0x72,0x20,0x74,0x68,0x65,0x20,0x73,0x70,0x65,0x63,
0x69,0x66,0x69,0x63,0x20,0x6c,0x61,0x6e,0x67,0x75,
0x61,0x67,0x65,0x20,0x67,0x6f,0x76,0x65,0x72,0x6e,
0x69,0x6e,0x67,0x20,0x70,0x65,0x72,0x6d,0x69,0x73,
0x73,0x69,0x6f,0x6e,0x73,0x20,0x61,0x6e,0x64,0x20,
0x6c,0x69,0x6d,0x69,0x74,0x61,0x74,0x69,0x6f,0x6e,
0x73,0x20,0x75,0x6e,0x64,0x65,0x72,0xa,0x74,0x68,
0x65,0x20,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x2e,
0xa,0x2d,0x2d,0x3e,0xa,0x3c,0x21,0x64,0x6f,0x63,
0x74,0x79,0x70,0x65,0x20,0x68,0x74,0x6d,0x6c,0x3e,
0xa,0x3c,0x21,0x2d,0x2d,0x20,0x54,0x68,0x69,0x73,
0x20,0x69,0x73,0x20,0x74,0x68,0x65,0x20,0x64,0x65,
0x66,0x61,0x75,0x6c,0x74,0x20,0x74,0x65,0x6d,0x70,
0x6c,0x61,0x74,0x65,0x20,0x66,0x6f,0x72,0x20,0x27,
0x68,0x74,0x6d,0x6c,0x27,0x20,0x6f,0x75,0x74,0x70,
0x75,0x74,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x20,
0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x74,0x6f,0x6f,
0x6c,0x20,0x2d,0x2d,0x3e,0xa,0x3c,0x68,0x74,0x6d,
0x6c,0x3e,0xa,0x3c,0x68,0x65,0x61,0x64,0x3e,0xa,
0x20,0x20,0x3c,0x6d,0x65,0x74,0x61,0x20,0x6e,0x61,
0x6d,0x65,0x3d,0x22,0x76,0x69,0x65,0x77,0x70,0x6f,
0x72,0x74,0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,
0x74,0x3d,0x22,0x77,0x69,0x64,0x74,0x68,0x3d,0x64,
0x65,0x76,0x69,0x63,0x65,0x2d,0x77,0x69,0x64,0x74,
0x68,0x2c,0x20,0x6d,0x69,0x6e,0x69,0x6d,0x75,0x6d,
0x2d,0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x2e,0x30,
0x2c,0x20,0x69,0x6e,0x69,0x74,0x69,0x61,0x6c,0x2d,
0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x2e,0x30,0x2c,
0x20,0x75,0x73,0x65,0x72,0x2d,0x73,0x63,0x61,0x6c,
0x61,0x62,0x6c,0x65,0x3d,0x79,0x65,0x73,0x22,0x3e,
0xa,0x20,0x20,0x3c,0x6d,0x65,0x74,0x61,0x20,0x6e,
0x61,0x6d,0x65,0x3d,0x22,0x74,0x68,0x65,0x6d,0x65,
0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x22,0x20,0x63,0x6f,
0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x23,0x34,0x46,
0x37,0x44,0x43,0x39,0x22,0x3e,0xa,0x20,0x20,0x3c,
0x6d,0x65,0x74,0x61,0x20,0x63,0x68,0x61,0x72,0x73,
0x65,0x74,0x3d,0x22,0x55,0x54,0x46,0x2d,0x38,0x22,
0x3e,0xa,0x20,0x20,0x3c,0x74,0x69,0x74,0x6c,0x65,
0x3e,0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,0x2e,0x54,
0x69,0x74,0x6c,0x65,0x7d,0x7d,0x3c,0x2f,0x74,0x69,
0x74,0x6c,0x65,0x3e,0xa,0x20,0x20,0x3c,0x73,0x63,
0x72,0x69,0x70,0x74,0x20,0x73,0x72,0x63,0x3d,0x22,
0x7b,0x7b,0x2e,0x50,0x72,0x65,0x66,0x69,0x78,0x7d,
0x7d,0x62,0x6f,0x77,0x65,0x72,0x5f,0x63,0x6f,0x6d,
0x70,0x6f,0x6e,0x65,0x6e,0x74,0x73,0x2f,0x77,0x65,
0x62,0x63,0x6f,0x6d,0x70,0x6f,0x6e,0x65,0x6e,0x74,
0x73,0x6a,0x73,0x2f,0x77,0x65,0x62,0x63,0x6f,0x6d,
0x70,0x6f,0x6e,0x65,0x6e,0x74,0x73,0x2d,0x6c,0x69,
0x74,0x65,0x2e,0x6d,0x69,0x6e,0x2e,0x6a,0x73,0x22,
0x3e,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,
0xa,0x20,0x20,0x3c,0x6c,0x69,0x6e,0x6b,0x20,0x72,
0x65,0x6c,0x3d,0x22,0x69,0x6d,0x70,0x6f,0x72,0x74,
0x22,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,
0x2e,0x50,0x72,0x65,0x66,0x69,0x78,0x7d,0x7d,0x65,
0x6c,0x65,0x6d,0x65,0x6e,0x74,0x73,0x2f,0x63,0x6f,
0x64,0x65,0x6c,0x61,0x62,0x2e,0x68,0x74,0x6d,0x6c,
0x22,0x3e,0xa,0x20,0x20,0x3c,0x6c,0x69,0x6e,0x6b,
0x20,0x72,0x65,0x6c,0x3d,0x22,0x73,0x74,0x79,0x6c,
0x65,0x73,0x68,0x65,0x65,0x74,0x22,0x20,0x68,0x72,
0x65,0x66,0x3d,0x22,0x2f,0x2f,0x66,0x6f,0x6e,0x74,
0x73,0x2e,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x61,0x70,
0x69,0x73,0x2e,0x63,0x6f,0x6d,0x2f,0x63,0x73,0x73,
0x3f,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3d,0x53,0x6f,
0x75,0x72,0x63,0x65,0x2b,0x43,0x6f,0x64,0x65,0x2b,
0x50,0x72,0x6f,0x3a,0x34,0x30,0x30,0x7c,0x52,0x6f,
0x62,0x6f,0x74,0x6f,0x3a,0x34,0x30,0x30,0x2c,0x33,
0x30,0x30,0x2c,0x34,0x30,0x30,0x69,0x74,0x61,0x6c,
0x69,0x63,0x2c,0x35,0x30,0x30,0x2c,0x37,0x30,0x30,
0x7c,0x52,0x6f,0x62,0x6f,0x74,0x6f,0x2b,0x4d,0x6f,
0x6e,0x6f,0x22,0x3e,0xa,0x20,0x20,0x3c,0x73,0x74,
0x79,0x6c,0x65,0x3e,0xa,0x20,0x20,0x20,0x20,0x62,
0x6f,0x64,0x79,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,
0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,
0x69,0x6c,0x79,0x3a,0x20,0x22,0x52,0x6f,0x62,0x6f,
0x74,0x6f,0x22,0x2c,0x73,0x61,0x6e,0x73,0x2d,0x73,
0x65,0x72,0x69,0x66,0x3b,0xa,0x20,0x20,0x20,0x20,
0x7d,0xa,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,
0x65,0x3e,0xa,0x20,0x20,0x3c,0x21,0x2d,0x2d,0x20,
0x54,0x4f,0x44,0x4f,0x3a,0x20,0x61,0x64,0x64,0x20,
0x74,0x68,0x65,0x6d,0x69,0x6e,0x67,0xa,0x20,0x20,
0x3c,0x6c,0x69,0x6e,0x6b,0x20,0x72,0x65,0x6c,0x3d,
0x22,0x69,0x6d,0x70,0x6f,0x72,0x74,0x22,0x20,0x68,
0x72,0x65,0x66,0x3d,0x22,0x7b,0x7b,0x2e,0x50,0x72,
0x65,0x66,0x69,0x78,0x7d,0x7d,0x62,0x6f,0x77,0x65,
0x72,0x5f,0x63,0x6f,0x6d,0x70,0x6f,0x6e,0x65,0x6e,
0x74,0x73,0x2f,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x2d,
0x63,0x6f,0x64,0x65,0x6c,0x61,0x62,0x2d,0x65,0x6c,
0x65,0x6d,0x65,0x6e,0x74,0x73,0x2f,0x74,0x68,0x65,
0x6d,0x65,0x2d,0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,
0x2e,0x54,0x68,0x65,0x6d,0x65,0x7d,0x7d,0x2e,0x68,
0x74,0x6d,0x6c,0x22,0x3e,0xa,0x20,0x20,0x3c,0x73,
0x74,0x79,0x6c,0x65,0x20,0x69,0x73,0x3d,0x22,0x63,
0x75,0x73,0x74,0x6f,0x6d,0x2d,0x73,0x74,0x79,0x6c,
0x65,0x22,0x20,0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,
0x3d,0x22,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x2d,0x63,
0x6f,0x64,0x65,0x6c,0x61,0x62,0x2d,0x74,0x68,0x65,
0x6d,0x65,0x2d,0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,
0x2e,0x54,0x68,0x65,0x6d,0x65,0x7d,0x7d,0x22,0x3e,
0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0xa,0x20,
0x20,0x2a,0x20,0x74,0x68,0x65,0x20,0x61,0x62,0x6f,
0x76,0x65,0x20,0x77,0x69,0x6c,0x6c,0x20,0x72,0x65,
0x70,0x6c,0x61,0x63,0x65,0x20,0x74,0x68,0x69,0x73,
0x3a,0xa,0x20,0x20,0x3c,0x6c,0x69,0x6e,0x6b,0x20,
0x72,0x65,0x6c,0x3d,0x22,0x73,0x74,0x79,0x6c,0x65,
0x73,0x68,0x65,0x65,0x74,0x22,0x20,0x68,0x72,0x65,
0x66,0x3d,0x22,0x7b,0x7b,0x2e,0x50,0x72,0x65,0x66,
0x69,0x78,0x7d,0x7d,0x63,0x6f,0x64,0x65,0x6c,0x61,
0x62,0x5f,0x63,0x6f,0x6d,0x70,0x6f,0x6e,0x65,0x6e,
0x74,0x73,0x2f,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x2d,
0x63,0x6f,0x64,0x65,0x6c,0x61,0x62,0x2f,0x74,0x68,
0x65,0x6d,0x65,0x73,0x2f,0x7b,0x7b,0x2e,0x4d,0x65,
0x74,0x61,0x2e,0x54,0x68,0x65,0x6d,0x65,0x7d,0x7d,
0x2e,0x63,0x73,0x73,0x22,0x3e,0xa,0x20,0x20,0x2d,
0x2d,0x3e,0xa,0x3c,0x2f,0x68,0x65,0x61,0x64,0x3e,
0xa,0x3c,0x62,0x6f,0x64,0x79,0x20,0x75,0x6e,0x72,
0x65,0x73,0x6f,0x6c,0x76,0x65,0x64,0x20,0x63,0x6c,
0x61,0x73,0x73,0x3d,0x22,0x66,0x75,0x6c,0x6c,0x62,
0x6c,0x65,0x65,0x64,0x22,0x3e,0xa,0xa,0x20,0x20,
0x3c,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x2d,0x63,0x6f,
0x64,0x65,0x6c,0x61,0x62,0x20,0x74,0x69,0x74,0x6c,
0x65,0x3d,0x22,0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,
0x2e,0x54,0x69,0x74,0x6c,0x65,0x7d,0x7d,0x22,0xa,
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x65,0x6e,
0x76,0x69,0x72,0x6f,0x6e,0x6d,0x65,0x6e,0x74,0x3d,
0x22,0x7b,0x7b,0x69,0x6e,0x64,0x65,0x78,0x20,0x2e,
0x45,0x6e,0x76,0x7d,0x7d,0x22,0xa,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x66,0x65,0x65,0x64,0x62,
0x61,0x63,0x6b,0x2d,0x6c,0x69,0x6e,0x6b,0x3d,0x22,
0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,0x2e,0x46,0x65,
0x65,0x64,0x62,0x61,0x63,0x6b,0x7d,0x7d,0x22,0x3e,
0xa,0x20,0x20,0x20,0x20,0x7b,0x7b,0x72,0x61,0x6e,
0x67,0x65,0x20,0x2e,0x53,0x74,0x65,0x70,0x73,0x7d,
0x7d,0x7b,0x7b,0x69,0x66,0x20,0x6d,0x61,0x74,0x63,
0x68,0x45,0x6e,0x76,0x20,0x2e,0x54,0x61,0x67,0x73,
0x20,0x24,0x2e,0x45,0x6e,0x76,0x7d,0x7d,0xa,0x20,
0x20,0x20,0x20,0x20,0x20,0x3c,0x67,0x6f,0x6f,0x67,
0x6c,0x65,0x2d,0x63,0x6f,0x64,0x65,0x6c,0x61,0x62,
0x2d,0x73,0x74,0x65,0x70,0x20,0x6c,0x61,0x62,0x65,
0x6c,0x3d,0x22,0x7b,0x7b,0x2e,0x54,0x69,0x74,0x6c,
0x65,0x7d,0x7d,0x22,0x20,0x64,0x75,0x72,0x61,0x74,
0x69,0x6f,0x6e,0x3d,0x22,0x7b,0x7b,0x2e,0x44,0x75,
0x72,0x61,0x74,0x69,0x6f,0x6e,0x2e,0x4d,0x69,0x6e,
0x75,0x74,0x65,0x73,0x7d,0x7d,0x22,0x3e,0xa,0x20,
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0x7b,0x2e,
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x20,0x7c,0x20,
0x72,0x65,0x6e,0x64,0x65,0x72,0x48,0x54,0x4d,0x4c,
0x20,0x24,0x2e,0x45,0x6e,0x76,0x7d,0x7d,0xa,0x20,
0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x67,0x6f,0x6f,
0x67,0x6c,0x65,0x2d,0x63,0x6f,0x64,0x65,0x6c,0x61,
0x62,0x2d,0x73,0x74,0x65,0x70,0x3e,0xa,0x20,0x20,
0x20,0x20,0x7b,0x7b,0x65,0x6e,0x64,0x7d,0x7d,0x7b,
0x7b,0x65,0x6e,0x64,0x7d,0x7d,0xa,0x20,0x20,0x3c,
0x2f,0x67,0x6f,0x6f,0x67,0x6c,0x65,0x2d,0x63,0x6f,
0x64,0x65,0x6c,0x61,0x62,0x3e,0xa,0xa,0x20,0x20,
0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0xa,0x20,
0x20,0x20,0x20,0x28,0x66,0x75,0x6e,0x63,0x74,0x69,
0x6f,0x6e,0x28,0x69,0x2c,0x73,0x2c,0x6f,0x2c,0x67,
0x2c,0x72,0x2c,0x61,0x2c,0x6d,0x29,0x7b,0x69,0x5b,
0x27,0x47,0x6f,0x6f,0x67,0x6c,0x65,0x41,0x6e,0x61,
0x6c,0x79,0x74,0x69,0x63,0x73,0x4f,0x62,0x6a,0x65,
0x63,0x74,0x27,0x5d,0x3d,0x72,0x3b,0x69,0x5b,0x72,
0x5d,0x3d,0x69,0x5b,0x72,0x5d,0x7c,0x7c,0x66,0x75,
0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x7b,0xa,
0x20,0x20,0x20,0x20,0x28,0x69,0x5b,0x72,0x5d,0x2e,
0x71,0x3d,0x69,0x5b,0x72,0x5d,0x2e,0x71,0x7c,0x7c,
0x5b,0x5d,0x29,0x2e,0x70,0x75,0x73,0x68,0x28,0x61,
0x72,0x67,0x75,0x6d,0x65,0x6e,0x74,0x73,0x29,0x7d,
0x2c,0x69,0x5b,0x72,0x5d,0x2e,0x6c,0x3d,0x31,0x2a,
0x6e,0x65,0x77,0x20,0x44,0x61,0x74,0x65,0x28,0x29,
0x3b,0x61,0x3d,0x73,0x2e,0x63,0x72,0x65,0x61,0x74,
0x65,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x28,0x6f,
0x29,0x2c,0xa,0x20,0x20,0x20,0x20,0x6d,0x3d,0x73,
0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,
0x74,0x73,0x42,0x79,0x54,0x61,0x67,0x4e,0x61,0x6d,
0x65,0x28,0x6f,0x29,0x5b,0x30,0x5d,0x3b,0x61,0x2e,
0x61,0x73,0x79,0x6e,0x63,0x3d,0x31,0x3b,0x61,0x2e,
0x73,0x72,0x63,0x3d,0x67,0x3b,0x6d,0x2e,0x70,0x61,
0x72,0x65,0x6e,0x74,0x4e,0x6f,0x64,0x65,0x2e,0x69,
0x6e,0x73,0x65,0x72,0x74,0x42,0x65,0x66,0x6f,0x72,
0x65,0x28,0x61,0x2c,0x6d,0x29,0xa,0x20,0x20,0x20,
0x20,0x7d,0x29,0x28,0x77,0x69,0x6e,0x64,0x6f,0x77,
0x2c,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2c,
0x27,0x73,0x63,0x72,0x69,0x70,0x74,0x27,0x2c,0x27,
0x2f,0x2f,0x77,0x77,0x77,0x2e,0x67,0x6f,0x6f,0x67,
0x6c,0x65,0x2d,0x61,0x6e,0x61,0x6c,0x79,0x74,0x69,
0x63,0x73,0x2e,0x63,0x6f,0x6d,0x2f,0x61,0x6e,0x61,
0x6c,0x79,0x74,0x69,0x63,0x73,0x2e,0x6a,0x73,0x27,
0x2c,0x27,0x67,0x61,0x27,0x29,0x3b,0xa,0x20,0x20,
0x20,0x20,0x7b,0x7b,0x69,0x66,0x20,0x2e,0x47,0x6c,
0x6f,0x62,0x61,0x6c,0x47,0x41,0x7d,0x7d,0x67,0x61,
0x28,0x27,0x63,0x72,0x65,0x61,0x74,0x65,0x27,0x2c,
0x20,0x27,0x7b,0x7b,0x2e,0x47,0x6c,0x6f,0x62,0x61,
0x6c,0x47,0x41,0x7d,0x7d,0x27,0x2c,0x20,0x27,0x61,
0x75,0x74,0x6f,0x27,0x29,0x3b,0x7b,0x7b,0x65,0x6e,
0x64,0x7d,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x28,
0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,
0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,
0x61,0x72,0x20,0x67,0x61,0x43,0x6f,0x64,0x65,0x6c,
0x61,0x62,0x20,0x3d,0x20,0x27,0x7b,0x7b,0x2e,0x4d,
0x65,0x74,0x61,0x2e,0x47,0x41,0x7d,0x7d,0x27,0x3b,
0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,
0x28,0x67,0x61,0x43,0x6f,0x64,0x65,0x6c,0x61,0x62,
0x29,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
0x20,0x20,0x67,0x61,0x28,0x27,0x63,0x72,0x65,0x61,
0x74,0x65,0x27,0x2c,0x20,0x67,0x61,0x43,0x6f,0x64,
0x65,0x6c,0x61,0x62,0x2c,0x20,0x27,0x61,0x75,0x74,
0x6f,0x27,0x2c,0x20,0x7b,0x6e,0x61,0x6d,0x65,0x3a,
0x20,0x27,0x63,0x6f,0x64,0x65,0x6c,0x61,0x62,0x27,
0x7d,0x29,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,
0x61,0x72,0x20,0x67,0x61,0x56,0x69,0x65,0x77,0x3b,
0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,
0x20,0x70,0x61,0x72,0x74,0x73,0x20,0x3d,0x20,0x6c,
0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2e,0x73,0x65,
0x61,0x72,0x63,0x68,0x2e,0x73,0x75,0x62,0x73,0x74,
0x72,0x69,0x6e,0x67,0x28,0x31,0x29,0x2e,0x73,0x70,
0x6c,0x69,0x74,0x28,0x27,0x26,0x27,0x29,0x3b,0xa,
0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x72,0x20,
0x28,0x76,0x61,0x72,0x20,0x69,0x20,0x3d,0x20,0x30,
0x3b,0x20,0x69,0x20,0x3c,0x20,0x70,0x61,0x72,0x74,
0x73,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x3b,0x20,
0x69,0x2b,0x2b,0x29,0x20,0x7b,0xa,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x70,
0x61,0x72,0x61,0x6d,0x20,0x3d,0x20,0x70,0x61,0x72,
0x74,0x73,0x5b,0x69,0x5d,0x2e,0x73,0x70,0x6c,0x69,
0x74,0x28,0x27,0x3d,0x27,0x29,0x3b,0xa,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,
0x70,0x61,0x72,0x61,0x6d,0x5b,0x30,0x5d,0x20,0x3d,
0x3d,0x3d,0x20,0x27,0x76,0x69,0x65,0x77,0x67,0x61,
0x27,0x29,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x20,0x67,0x61,0x56,0x69,0x65,
0x77,0x20,0x3d,0x20,0x70,0x61,0x72,0x61,0x6d,0x5b,
0x31,0x5d,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
0x20,0x20,0x20,0x20,0x62,0x72,0x65,0x61,0x6b,0x3b,
0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xa,0x20,
0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x67,
0x61,0x56,0x69,0x65,0x77,0x20,0x26,0x26,0x20,0x67,
0x61,0x56,0x69,0x65,0x77,0x20,0x21,0x3d,0x3d,0x20,
0x67,0x61,0x43,0x6f,0x64,0x65,0x6c,0x61,0x62,0x29,
0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
0x20,0x67,0x61,0x28,0x27,0x63,0x72,0x65,0x61,0x74,
0x65,0x27,0x2c,0x20,0x67,0x61,0x56,0x69,0x65,0x77,
0x2c,0x20,0x27,0x61,0x75,0x74,0x6f,0x27,0x2c,0x20,
0x7b,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x27,0x76,0x69,
0x65,0x77,0x27,0x7d,0x29,0x3b,0xa,0x20,0x20,0x20,
0x20,0x20,0x20,0x7d,0xa,0x20,0x20,0x20,0x20,0x7d,
0x29,0x28,0x29,0x3b,0xa,0x20,0x20,0x3c,0x2f,0x73,
0x63,0x72,0x69,0x70,0x74,0x3e,0xa,0xa,0x3c,0x2f,
0x62,0x6f,0x64,0x79,0x3e,0xa,0x3c,0x2f,0x68,0x74,
0x6d,0x6c,0x3e,0xa,
},
},
"md": &template{
html: false,
bytes: []byte{
0x23,0x20,0x7b,0x7b,0x2e,0x4d,0x65,0x74,0x61,0x2e,
0x54,0x69,0x74,0x6c,0x65,0x7d,0x7d,0xa,0xa,0x5b,
0x2f,0x2f,0x5d,0x3a,0x20,0x23,0x20,0x28,0x54,0x68,
0x69,0x73,0x20,0x69,0x73,0x20,0x74,0x68,0x65,0x20,
0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x74,0x65,
0x6d,0x70,0x6c,0x61,0x74,0x65,0x20,0x66,0x6f,0x72,
0x20,0x27,0x6d,0x64,0x27,0x20,0x6f,0x75,0x74,0x70,
0x75,0x74,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x20,
0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x74,0x6f,0x6f,
0x6c,0x29,0xa,0x5b,0x2f,0x2f,0x5d,0x3a,0x20,0x23,
0x20,0x28,0x54,0x68,0x69,0x73,0x20,0x66,0x69,0x6c,
0x65,0x20,0x69,0x73,0x20,0x64,0x69,0x73,0x74,0x72,
0x69,0x62,0x75,0x74,0x65,0x64,0x20,0x75,0x6e,0x64,
0x65,0x72,0x20,0x41,0x70,0x61,0x63,0x68,0x65,0x2d,
0x32,0x20,0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x3b,
0x20,0x73,0x65,0x65,0x20,0x4c,0x49,0x43,0x45,0x4e,
0x53,0x45,0x20,0x66,0x69,0x6c,0x65,0x20,0x61,0x74,
0x20,0x74,0x68,0x65,0x20,0x72,0x6f,0x6f,0x74,0x20,
0x6f,0x66,0x20,0x74,0x68,0x69,0x73,0x20,0x72,0x65,
0x70,0x6f,0x29,0xa,0xa,0x7b,0x7b,0x69,0x66,0x20,
0x2e,0x4d,0x65,0x74,0x61,0x2e,0x46,0x65,0x65,0x64,
0x62,0x61,0x63,0x6b,0x7d,0x7d,0x5b,0x43,0x6f,0x64,
0x65,0x6c,0x61,0x62,0x20,0x46,0x65,0x65,0x64,0x62,
0x61,0x63,0x6b,0x5d,0x28,0x7b,0x7b,0x2e,0x4d,0x65,
0x74,0x61,0x2e,0x46,0x65,0x65,0x64,0x62,0x61,0x63,
0x6b,0x7d,0x7d,0x29,0x7b,0x7b,0x65,0x6e,0x64,0x7d,
0x7d,0xa,0xa,0x7b,0x7b,0x72,0x61,0x6e,0x67,0x65,
0x20,0x2e,0x53,0x74,0x65,0x70,0x73,0x7d,0x7d,0xa,
0x23,0x23,0x20,0x7b,0x7b,0x2e,0x54,0x69,0x74,0x6c,
0x65,0x7d,0x7d,0xa,0xa,0x7b,0x7b,0x69,0x66,0x20,
0x2e,0x44,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x7d,
0x7d,0x44,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x20,
0x69,0x73,0x20,0x7b,0x7b,0x2e,0x44,0x75,0x72,0x61,
0x74,0x69,0x6f,0x6e,0x7d,0x7d,0x7b,0x7b,0x65,0x6e,
0x64,0x7d,0x7d,0xa,0xa,0x7b,0x7b,0x72,0x61,0x6e,
0x67,0x65,0x20,0x2e,0x43,0x6f,0x6e,0x74,0x65,0x6e,
0x74,0x2e,0x4e,0x6f,0x64,0x65,0x73,0x7d,0x7d,0xa,
0x7b,0x7b,0x2e,0x7d,0x7d,0xa,0x7b,0x7b,0x65,0x6e,
0x64,0x7d,0x7d,0xa,0x7b,0x7b,0x65,0x6e,0x64,0x7d,
0x7d,0xa,
},
},
}