Chromium Code Reviews| 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 <title>{{article.title}} - Google Chrome</title> | 6 <title>{{article.title}} - Google Chrome</title> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 {{+partials.header_body}} | 9 {{+partials.header_body}} |
| 10 <div id="gc-container"> | 10 <div id="gc-container"> |
| 11 {{+partials.sidenav}} | 11 {{+partials.sidenav}} |
| 12 <div id="gc-pagecontent"> | 12 <div id="gc-pagecontent"> |
| 13 {{+partials.table_of_contents toc:article.toc}} | 13 {{?article.toc}}{{+partials.table_of_contents toc:article.toc}}{{/}} |
|
not at google - send to devlin
2012/07/30 08:17:20
you might want to make this
{{?article.toc}}
{{+p
cduvall
2012/07/31 18:41:45
Done.
| |
| 14 {{- This may contain <pre> tags so it is not indented -}} | 14 {{- This may contain <pre> tags so it is not indented -}} |
| 15 {{+article.intro}} | 15 {{+article.intro}} |
| 16 </div> | 16 </div> |
| 17 </div> | 17 </div> |
| 18 </body> | 18 </body> |
| 19 {{+partials.footer}} | 19 {{+partials.footer}} |
| 20 </html> | 20 </html> |
| OLD | NEW |