| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 {{+partials.header_head}} | 4 {{+partials.header_head}} |
| 5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> | 5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> |
| 6 {{+partials.title}} | 6 {{+partials.title}} |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 {{+partials.header_body title:extensions_title platform:extension}} | 9 {{+partials.header_body title:extensions_title platform:extension}} |
| 10 <div id="gc-container"> | 10 <div id="gc-container"> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 samples_list:api.samples.extensions | 21 samples_list:api.samples.extensions |
| 22 title:extensions_title}} | 22 title:extensions_title}} |
| 23 {{:intro.extensions_toc}} | 23 {{:intro.extensions_toc}} |
| 24 {{+partials.table_of_contents has_toc:false | 24 {{+partials.table_of_contents has_toc:false |
| 25 api:api | 25 api:api |
| 26 samples_list:api.samples.extensions | 26 samples_list:api.samples.extensions |
| 27 title:extensions_title}} | 27 title:extensions_title}} |
| 28 {{/intro.extensions_toc}} | 28 {{/intro.extensions_toc}} |
| 29 {{- This is unindented because it contains <pre> tags -}} | 29 {{- This is unindented because it contains <pre> tags -}} |
| 30 {{?intro}} | 30 {{?intro}} |
| 31 {{+intro.intro is_apps:false}} | 31 {{+intro is_apps:false}} |
| 32 {{/intro}} | 32 {{/intro}} |
| 33 {{+partials.api_reference samples_list:api.samples.extensions | 33 {{+partials.api_reference samples_list:api.samples.extensions |
| 34 title:extensions_title}} | 34 title:extensions_title}} |
| 35 </div> | 35 </div> |
| 36 </div> | 36 </div> |
| 37 </body> | 37 </body> |
| 38 {{+partials.extensions_footer}} | 38 {{+partials.extensions_footer}} |
| 39 </html> | 39 </html> |
| OLD | NEW |