114 |
115 |
116 | {{> header}}
117 |
118 |
161 |
162 | {{#if search_enabled}}
163 |
173 | {{/if}}
174 |
175 |
176 |
183 |
184 |
185 |
186 | {{{ content }}}
187 |
188 |
189 |
205 |
206 |
207 |
208 |
221 |
222 |
223 |
224 | {{#if livereload}}
225 |
226 |
239 | {{/if}}
240 |
241 | {{#if google_analytics}}
242 |
243 |
258 | {{/if}}
259 |
260 | {{#if playground_line_numbers}}
261 |
264 | {{/if}}
265 |
266 | {{#if playground_copyable}}
267 |
270 | {{/if}}
271 |
272 | {{#if playground_js}}
273 |
274 |
275 |
276 |
277 |
278 | {{/if}}
279 |
280 | {{#if search_js}}
281 |
282 |
283 |
284 | {{/if}}
285 |
286 |
287 |
288 |
289 |
290 |
291 | {{#each additional_js}}
292 |
293 | {{/each}}
294 |
295 | {{#if is_print}}
296 | {{#if mathjax_support}}
297 |
304 | {{else}}
305 |
310 | {{/if}}
311 | {{/if}}
312 |
313 |
314 |