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 <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:strings.apps_title platform:strings.app/}} | 8 {{+partials.header_body title:strings.apps_title platform:strings.app/}} |
9 <div id="gc-container"> | 9 <div id="gc-container"> |
10 {{+partials.sidenav items:sidenavs.apps/}} | 10 {{+partials.sidenav items:sidenavs.apps/}} |
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.apps_toc}} | 13 {{+partials.table_of_contents toc_items:article.toc |
14 {{+partials.table_of_contents toc_items:article.apps_toc | |
15 has_toc:true | |
16 title:strings.apps_title/}} | 14 title:strings.apps_title/}} |
17 {{/article.apps_toc}} | |
18 {{- This may contain <pre> tags so it is not indented -}} | 15 {{- This may contain <pre> tags so it is not indented -}} |
19 {{+article.intro | 16 {{+article platform:strings.app is_apps:true/}} |
20 apis:apis | |
21 beta_apis:beta_apis | |
22 dev_apis:dev_apis | |
23 manifest_source:manifest_source | |
24 permissions:permissions | |
25 platform:strings.app | |
26 stable_apis:stable_apis | |
27 is_apps:true/}} | |
28 </div> | 17 </div> |
29 </div> | 18 </div> |
30 </body> | 19 </body> |
31 {{+partials.footer/}} | 20 {{+partials.footer/}} |
32 </html> | 21 </html> |
OLD | NEW |