| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 {{+partials.header_head}} | 4 {{+partials.header_head platform:extension}} |
| 5 <title>{{article.title}} - Google Chrome</title> | 5 <title>{{article.title}} - Google Chrome</title> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 {{+partials.header_body title:extensions_title platform:extension}} | 8 {{+partials.header_body title:extensions_title platform:extension}} |
| 9 <div id="gc-container"> | 9 <div id="gc-container"> |
| 10 {{+partials.sidenav items:sidenavs.extensions}} | 10 {{+partials.sidenav items:sidenavs.extensions}} |
| 11 <div id="gc-pagecontent"> | 11 <div id="gc-pagecontent"> |
| 12 <h1 class="page_title">{{article.title}}</h1> | 12 <h1 class="page_title">{{article.title}}</h1> |
| 13 {{?article.extensions_toc}} | 13 {{?article.extensions_toc}} |
| 14 {{+partials.table_of_contents toc_items:article.extensions_toc | 14 {{+partials.table_of_contents toc_items:article.extensions_toc |
| 15 has_toc:true | 15 has_toc:true |
| 16 title:extensions_title}} | 16 title:extensions_title}} |
| 17 {{/article.extensions_toc}} | 17 {{/article.extensions_toc}} |
| 18 {{- This may contain <pre> tags so it is not indented -}} | 18 {{- This may contain <pre> tags so it is not indented -}} |
| 19 {{+article.intro is_apps:false}} | 19 {{+article.intro is_apps:false}} |
| 20 </div> | 20 </div> |
| 21 </div> | 21 </div> |
| 22 </body> | 22 </body> |
| 23 {{+partials.extensions_footer}} | 23 {{+partials.extensions_footer}} |
| 24 </html> | 24 </html> |
| OLD | NEW |